Answers for "input list in function python"

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 "input list in function python"

Python Answers by Framework

Browse Popular Code Answers by Language