71. What is the output of: print(5 > 3 and 2 < 4)?
72. Which function is used to remove whitespace from the beginning and end of a string?
73. Which of the following is a mutable data type in Python?
74. What is the correct syntax to import the math module?
75. What is the output of: print(10 == '10')?
76. What keyword is used to define a class method?
77. Which of the following statements is used to stop a loop?
78. What does the 'is' keyword check in Python?
79. Which of these symbols is used for not equal?
80. How can you add a comment on multiple lines in Python?