fork download
  1. n=input().split()
  2. print(n)
Success #stdin #stdout 0.02s 9156KB
stdin
1 5 9 8 4
stdout
['1', '5', '9', '8', '4']