Review of Python Quiz 8

Share with others

Welcome to your Review of Python Quiz 8

Q71. Maximum length of an identifier is ____________

Q72. __________ function is used to add an element in the list.

Q73. By default a function return ______________

Q74. Identify the odd one out.

Q75. __________ means to put values together in a tuple.

Q76. Evaluate : 23 + 25%5 -2**3//2

Q77. ___________ statement will return _________ .

Q78. Write the output of the following:

L=[1, 3, 5,7]
L1=L.pop(7)
print(L1)

Q79. How many times the following loop will execute?

for i in (1,2,3,4)

Q80. print(chr(65)) statement will display _____________


Share with others

Leave a Reply

error: Content is protected !!