Exercise: Logical operators - not
The expression below currently evaluates to
True
. Add the logical not
operator to reverse the result.Premium
Python
Setting up Python environment...
Output