fork(1) download
  1. i = tuple(input())
  2. print (list(i))
Success #stdin #stdout 0.04s 9776KB
stdin
1 4 5
stdout
['1', ' ', '4', ' ', '5']