Guest User

Untitled

a guest
Feb 18th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.06 KB | None | 0 0
  1. #!/usr/local/lib/python3
  2.  
  3. q = (1, 2, 3)
  4. e = q + (5,)
  5. print(e)
Add Comment
Please, Sign In to add comment