Exemple de code de comparer aucun avec aucun type

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