fork download
  1. K=input().split()
  2. print(K)
Success #stdin #stdout 0.12s 14196KB
stdin
1 2 3 4 5 6 7
stdout
['1', '2', '3', '4', '5', '6', '7']