Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python if not null

strtest = "xxxxxx"

if strtest is not None:
  print("strtest is not None")
 
PREVIOUS NEXT
Tagged: #python #null
ADD COMMENT
Topic
Name
6+6 =