# Comparing None with none and printing the result print (None == None)
# Comparing none with False and printing the result print(None == False)