When I run the following code:
lst = [] # number of elemetns as input n = int(input()) # iterating till the range for i in range(0, n): element =