Skip to content

Instantly share code, notes, and snippets.

@romach
Created April 2, 2017 17:43
Show Gist options
  • Save romach/2569dc20efc00ebe9a5b138f630ec261 to your computer and use it in GitHub Desktop.
Save romach/2569dc20efc00ebe9a5b138f630ec261 to your computer and use it in GitHub Desktop.
Check variable not null
if not (val is None):
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment