Python Questions and answers
Congratulations - you have completed Python Questions and answers.
You scored %%SCORE%% out of %%TOTAL%%.
Your performance has been rated as %%RATING%%
Your answers are highlighted below.
Question 21 [CLICK ON ANY COICE TO KNOW RIGHT ANSWER] |
What does the APPEND procedure do in the following code:

Adds Liverpool to the beginning of the list | |
Replaces Bristol with Liverpool | |
Replaces Manchester with Liverpool | |
Adds Liverpool to the end of the list |
Question 22 [CLICK ON ANY COICE TO KNOW RIGHT ANSWER] |
If my age was 15, what would be the response? (ignore the indentations as it is centred)
age=int(input("What age are you?"))
if age==12:
print("Same as me")
elif age<12:
print("I'm older than you")
else:
print("You are getting old")
What age are you? | |
Same as me | |
I'm older than you | |
You are getting old |

Question 23 [CLICK ON ANY COICE TO KNOW RIGHT ANSWER] |
True or False - You can store multiple values in a variable at any one time.
True | |
False |
Question 24 [CLICK ON ANY COICE TO KNOW RIGHT ANSWER] |
The way to right click on the Chromebook is?
Tapping one finger on the right of the pad | |
Tapping your thumb on the touchpad | |
Tap dancing on the touchpad | |
Tapping two fingers together on the touchpad |
Question 25 [CLICK ON ANY COICE TO KNOW RIGHT ANSWER] |
what is the output of the following programing ?
X = [ 'ab' , 'cd' ]
for i in X:
i.upper()
print (x)
[ 'AB' , 'CD' ] | |
[ 'ab' , 'cd' ] | |
[ AB , CD ] | |
ERROR |
Digital Education is a concept to renew the education system in the world. It is a program that endeavors to bridge the literacy slippage by delivering education through a digital platform to children and teachers. You can tell your friends regarding our intiative, click share button below.
There are 25 questions to complete.