51. What does the 'range()' function return?
52. Which symbol is used for exponentiation in Python?
53. What is the correct way to check if two variables are equal?
54. Which function is used to round a number in Python?
55. What is the output of: print('7' + '3')?
56. Which of the following creates an empty dictionary?
57. What is the purpose of the 'pass' statement in Python?
58. Which built-in function returns the largest item in an iterable?
59. How do you convert a list into a set in Python?
60. Which Python statement is used to handle exceptions?