Code -Beispiel für den Vergleich keiner mit keinem Typ

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