Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save onewheelskyward/77a7f3961e9fcd6d5691ed08c82603af to your computer and use it in GitHub Desktop.
Save onewheelskyward/77a7f3961e9fcd6d5691ed08c82603af to your computer and use it in GitHub Desktop.
Python 3.6.5 (default, Apr 2 2018, 23:57:12)
[GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.39.2)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> x = 'x'
>>> type(x)
<class 'str'>
>>> type(x) == str
True
>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment