In [23]:
Copied!
print(type(None))
print(type(None))
<class 'NoneType'>
I will often use this as placeholder data for you to replace.