Advertisement
Guest User

I/O with Py2

a guest
Nov 29th, 2015
521
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. v = [int(i) for i in raw_input().split(" ")]
  2. print " ".join([str(x) for x in v])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement