fork download
  1. K=map(int,input().split())
  2. print(list(K))
Success #stdin #stdout 0.13s 14180KB
stdin
1 2 3 4 5 6 7
stdout
[1, 2, 3, 4, 5, 6, 7]