Python null
a = None
Silly Shrike
a = None
# To do nothing within a statement, use pass
good = True
if good:
pass
else:
print('This is not good')