Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. >>> print('Hello world')
  2. Hello world
  3. >>> '42'+3
  4. Traceback (most recent call last):
  5. File "<pyshell#1>", line 1, in <module>
  6. '42'+3
  7. TypeError: can only concatenate str (not "int") to str
  8. >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement