Python Quiz

91. Which method is used to add multiple items to a list at once?
92. What is the output of: print(bool([]))?
93. What is the output of: print('Python'[1])?
94. Which function is used to convert an integer to a float?
95. Which keyword is used to define a constant in Python?
96. What is the output of: print(len({}))?
97. Which of these is a valid Python function name?
98. Which data type would you use to store True or False?
99. Which method removes all items from a list?
100. What is the output of: print(9 % 2)?

Explore Programming Topics