Answers for "how to take array in python from user"

1

taking array input in python

x=[int(input()) for i in range(int(input("How many elements are in list : ")))] print(x) 
Posted by: Guest on August-26-2020

Code answers related to "how to take array in python from user"

Python Answers by Framework

Browse Popular Code Answers by Language