python_ref_keyword_none_2.py:
x
 
x = None
if x:
  print("Do you think None is True")
else:
  print("None is not True...")