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