how to take input of array elements in single line in python code example Example: how to take array input in python in single line arr = list(map(int, input().split()))