habe hier ein Problem und hab jetzt schon alles durchsucht (Forumssuche, A Byte of Python, Python Referenz auf python.org, google, etc.).
Und zwar geht es um die Überprüfung eines Int z.B. auf NULL...Geht sowas überhaupt?


Vielen Dank vorab.
Code: Alles auswählen
if bla is None:
...