Answers for "python make list of input"

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

Python Answers by Framework

Browse Popular Code Answers by Language