Short Answer
The operators and, or, not, ==, !=, <, <=, >, >= are called Boolean operators.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q66: Evaluate the following Python expressions.<br>-not (12 ==
Q67: Which of the following is not a
Q68: Write simple Python program that determines a
Q69: For variable current_month (equal to 'January' or
Q70: Write a simple Python program that prompts
Q72: Examine the following lines of code:<br>Current =
Q73: Examine the following lines of code:<br>Which =
Q74: 1 <= num <= 10 is not
Q75: Give an appropriate expression for each of
Q76: Match the expressions that they are logically