Home
Activities
Resources
CONTACT US
🔊
Use the code snippet below to answer the question.
derek_color =
'cream'
wagner_color =
'black'
josie_color =
'cream'
🔊
NOT Operator
🔊
Simply ask "what is the opposite?"
not
(derek_color ==
'cream'
) =
?
True
False
🔊
Choose an answer above!
Back
Help me
🔊
For the not operator, it's the opposite.
🔊
Simply ask "what is the opposite"?
🔊
not True = False. not False = True
🔊
not (2 < 5) = True
🔊
not (5 == 5) = False
🔊
not (5 == 5 and 2 < 5) = False
Next
Help for Variables
Close modal
The correct answer(s) is:
Option 2. Make sure to read the explanation!
Close help