Skip to content

Instantly share code, notes, and snippets.

@yuta1723
Last active October 13, 2015 17:43
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/a3a5db5e09837ea3266b to your computer and use it in GitHub Desktop.
Save yuta1723/a3a5db5e09837ea3266b to your computer and use it in GitHub Desktop.
foo = 'abc'
print type(foo) # <type 'str'>
print type(type(foo)) # <type 'type'>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment