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