multiple input to list

26

x = list(map(int, input("Enter multiple values: ").split()))

Comments

Submit
0 Comments