Пример кода сравнения нет без типа.
# Comparing None with none and printing the result
print (None == None)
Outrageous Ostrich
# Comparing None with none and printing the result
print (None == None)