Multiple Choice
Match the expressions that they are logically equivalent to the Boolean expressions :
-not (x > y)
A) x < y
B) x <= y
C) x == y
D) x != y
E) not (x and y)
F) not (x or y)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q11: The if statement in Python provides selection
Q12: In Python, indentation is not significant. It
Q13: Give Python code that prompts the user
Q14: Which of the following can the condition
Q15: For a variable named num with an
Q17: In order to construct an if statement
Q18: A boolean flag is a variable with
Q19: Examine the following expression:<br>10 < 20 and
Q20: While loops are well suited for input
Q21: All if statements must include an else