Created
July 6, 2013 18:05
-
-
Save thraxil/5940704 to your computer and use it in GitHub Desktop.
But this is not valid Python:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
i = 3 | |
print "i is: " + i | |
# you get: TypeError: cannot concatenate 'str' and 'int' objects |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment