Skip to content

Instantly share code, notes, and snippets.

@wynnzen
Created May 5, 2014 02:24
Show Gist options
  • Save wynnzen/8838b610521e197cfc3b to your computer and use it in GitHub Desktop.
Save wynnzen/8838b610521e197cfc3b to your computer and use it in GitHub Desktop.
判断value是否是none
if type(value) == type(None):
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment