demo_ref_keyword_not.py:
x = False print(not x)
➜ begtut>python demo_keyword_not.py
True