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