Advertisement
Guest User

I/O with Py3

a guest
Nov 29th, 2015
1,154
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 input().split(" ")]
  2. print(" ".join([str(x) for x in v]))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement