#check is not null if var is not None: print('Var is not null')
strtest = "xxxxxx" if strtest is not None: print("strtest is not None")