Exemple de code de comparer aucun avec un faux type

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