Python does not have a Null value, but instead, it has None value. The None is a special singleton object, and there can only be one.

Python check none

Don’t use the == operator to check None.

#Python 

Easy How to Check None Value in Python
10.70 GEEK