Skip to content

Instantly share code, notes, and snippets.

@jeffs
Created January 14, 2021 15:16
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 jeffs/5e9a54b50abf4b747cc3ed361b8e8f48 to your computer and use it in GitHub Desktop.
Save jeffs/5e9a54b50abf4b747cc3ed361b8e8f48 to your computer and use it in GitHub Desktop.
$ python3 -c 'print("42" + 1)'
Traceback (most recent call last):
File "<string>", line 1, in <module>
TypeError: can only concatenate str (not "int") to str
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment