The None Keyword

Introduction to NoneType

Python offers another data type called NoneType. It only has a single value, None. We can assign None to any variable, but we can not create other NoneType variables.

Let’s look at an example below.

Get hands-on with 1200+ tech skills courses.