Gibt es einen Null -Datentyp in Python?

There's no null in Python. Instead, there's None.  (as at March 2021)
Ashamed Angelfish