Check for None (Null) in Python

InstructorWill Button

Share this video with your friends

Send Tweet

If you’ve used other programming languages, you may have learned that an empty object is not the same as an object that does not exist. In this lesson, you’ll learn how to check for None (or Null objects) in Python.