101. Which method returns a copy of a list?
102. What is the output of: print(2 ** 4)?
103. Which symbol is used for single-line comments in Python?
104. How do you create an empty set?
105. What is the output of: print(type(None))?
106. Which of the following is used to install external packages?
107. Which function is used to reverse a list?
108. How do you check if a key exists in a dictionary?
109. What will be the output of: print('a' * 3)?
110. Which keyword is used to exit a function and return a value?