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