python input list of ints

34

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

Comments

Submit
0 Comments