Python null: Using None keyword to assign a None Type object
If you’ve worked with other programming languages such as C or Java, you’re familiar with the concept of null. It is used in many languages to represent a pointer that doesn’t point to anything, indicate that a variable is empty, or indicate default parameters that haven’t been supplied yet. In such languages, null is frequently defined as 0, however null in Python is different.