Codebeispiel, um den Typ kein Objekt zu überprüfen
# Declaring a variable and initializing with None type
typeOfNone = type(None)
print(typeOfNone)
Outrageous Ostrich
# Declaring a variable and initializing with None type
typeOfNone = type(None)
print(typeOfNone)