21.
What is the purpose of the modulo operator (%) in Python?

24.
What is the purpose of the == operator in Python?

26.
What is the result of not (5 > 3) ?

27.
Which of the following is a valid way to comment a single line in Python?

28.
Which one of the following has the same precedence level?

30.
What is the result of "hello" * 3 ?