Assuming that variables have the following boolean values:
a = True
b = False
c = a and not b
Enter the result of evaluating the expression:
a and (not c or b)
Try to recall the order of the operations!
Assuming that variables have the following boolean values:
a = True
b = False
c = a and not b
Enter the result of evaluating the expression:
a and (not c or b)
Create a free account to access the full topic