Answers for "python program to take a list input and print"

0

how to take list input in python

for i in range(0, n): 
    ele = int(input()) 
  
    lst.append(ele)
Posted by: Guest on October-01-2020

Code answers related to "python program to take a list input and print"

Python Answers by Framework

Browse Popular Code Answers by Language