Пример кода сравнения ни одного с ложным типом
# Comparing none with False and printing the result
print(None == False)
Outrageous Ostrich
# Comparing none with False and printing the result
print(None == False)