Answers for "how to display list in input using python"

-1

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 "how to display list in input using python"

Python Answers by Framework

Browse Popular Code Answers by Language