python input list of ints

23

s = input()
numbers = list(map(int, s.split()))

Comments

Submit
0 Comments