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