Skip to content

Instantly share code, notes, and snippets.

@elben
Created February 5, 2010 07:53
Show Gist options
  • Save elben/295620 to your computer and use it in GitHub Desktop.
Save elben/295620 to your computer and use it in GitHub Desktop.
>>> waztile = "not poison"
>>> type(waztile)
<type 'str'>
>>> print waztile
not poison
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment