151. What will be the output of: print(type(3.0))?
152. Which function is used to read input from the user?
153. Which method returns the number of items in a dictionary?
154. What is the result of: print('Python'.lower())?
155. Which of the following statements is correct for a function definition?
156. Which keyword is used to check if a value exists in a sequence?
157. What is the result of: bool(0)?
158. Which method adds an element at a specific index in a list?
159. Which operator is used for integer division?
160. What will be the output of: print(2 + 3 * 2)?