how to input n spaced integers into a list python code example Example: take space separated int input in python inp = list(map(int,input().split()))