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