simeonshopov

Meercat (Lists)

Nov 27th, 2019
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. tail = input()
  2. body = input()
  3. head = input()
  4.  
  5. meercat = [head, body, tail]
  6.  
  7. print(meercat)
Advertisement
Add Comment
Please, Sign In to add comment