fork(1) download
  1. i = tuple(input())
  2. print (i)
Success #stdin #stdout 0.03s 9724KB
stdin
1 4 5
stdout
('1', ' ', '4', ' ', '5')