how to take array input in python in single line

42

how to take array input in python in single line -

arr = list(map(int, input().split()))

Comments

Submit
0 Comments