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