Multiple Choice
What is NOT a Boolean or logical operator used in the Python language?
A) and
B) or
C) not
D) xor
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q31: What part of the loop comprises the
Q32: What scenario would it make logical sense
Q33: Given the following statement: "%4d" % var1,
Q34: What statement should you use to print
Q35: The simplest form of selection is the
Q37: The Boolean data type is named for
Q38: Conditional iteration requires that a condition be
Q39: The not operator has a lower precedence
Q40: 4 != 4 evaluates to True.
Q41: The statements within a while loop can