Python Revision Tour I & II - Quiz 1
Sign in to Google to save your progress. Learn more
Email *
Which of the following is/are valid declaration of a dictionary? *
1 point
Which of the following is not considered a valid identifier in Python ? *
1 point
Can tuple be nested ? *
1 point
pow( ) function belongs to which library ? *
1 point
Suppose a tuple T is declared as T = (10, 12, 43, 39), which of the following is Incorrect? *
1 point
What is the output of the following ?                                   x = 123                                                                                        for i in x:                                                                                    print(i) *
1 point
What will be the output of the following code ? print(“100+200”) *
1 point
Find the valid identifier from the following *
1 point
What is the value of this expression 3**3**1 ? *
1 point
Can we modify/change keys of a dictionary ? *
1 point
Write the output of the following python expression: print((4>5) and (2!=1) or  (4<9)) *
1 point
What data type is the object below?                                   L = 1, 23, ‘hello’,1 *
1 point
Identify the invalid logical operator in Python from the following. *
1 point
………………method of list is used to delete a given element from the list. *
1 point
A list is declared as  Lst = [1,2,3,4,5,6,8]. What will be the value of sum(Lst)? *
1 point
Submit
Clear form
This content is neither created nor endorsed by Google. Report Abuse - Terms of Service - Privacy Policy