Python - None (Null)

Card Puncher Data Processing

Example

var = None

if var is None:
            print('None')
            
if var is not None:
            print('Not None')







Share this page:
Follow us:
Task Runner