HomeLangPythonData TypeNone
Table of Contents
var = None if var is None: print('None') if var is not None: print('Not None')