Result Size:
625 x 571
demo_ref_keyword_not.py:
x = False print(not x)
x
x
=
False
print
(
not
x
)
C:\Users\My Name>python demo_keyword_not.py
True