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