python read int spaced out code example Example: how to input n space separated integers in python PQT =list(map(int, input().split()[:N]))