Contoh kode membandingkan tidak ada dengan tipe palsu
# Comparing none with False and printing the result
print(None == False)
Outrageous Ostrich
# Comparing none with False and printing the result
print(None == False)