Skip to content

Instantly share code, notes, and snippets.

@yuta1723
Created October 13, 2015 17:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuta1723/9087fb8afe1210a4faa4 to your computer and use it in GitHub Desktop.
Save yuta1723/9087fb8afe1210a4faa4 to your computer and use it in GitHub Desktop.
foo = "a"
print type(foo) #<type 'str'>
if isinstance(foo,str):
print 'a' # ->a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment