Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python if not null or empty

#check is not null
if var is not None:
    print('Var is not null')
 
PREVIOUS NEXT
Tagged: #python #null #empty
ADD COMMENT
Topic
Name
5+2 =