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