how to take input directly n a list code example
Example: how to take list input in python
for i in range(0, n):
ele = int(input())
lst.append(ele)
for i in range(0, n):
ele = int(input())
lst.append(ele)