Code -Beispiel für den Vergleich keiner mit falschem Typ
# Comparing none with False and printing the result
print(None == False)
Outrageous Ostrich
# Comparing none with False and printing the result
print(None == False)