31. Which keyword is used for conditional branching in Python?
32. What is the result of: len([1, 2, [3, 4]])?
33. What is the output of: print('Python'[0])?
34. What is used to handle exceptions in Python?
35. How do you declare a variable with the value 10?
36. Which method adds an item to the end of a list?
37. Which function converts a string to an integer in Python?
38. What symbol is used for comments in Python?
39. What is the result of: 3 != 4?
40. Which data structure does not allow duplicate values?