Skip to content

Instantly share code, notes, and snippets.

@lovetoken
Created July 4, 2016 08:09
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 lovetoken/8b86194d2b4b08c1107fd31c729bbfc8 to your computer and use it in GitHub Desktop.
Save lovetoken/8b86194d2b4b08c1107fd31c729bbfc8 to your computer and use it in GitHub Desktop.
Question_160704.py
>>> iam = 1234; print(iam)
1234
>>> ist = str(iam); print(ist)
1234
>>> iam
1234
>>> ist
'1234'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment