SyntaxFix
Write A Post
Hire A Developer
Questions
arr = [] elem = int(raw_input("insert how many elements you want:")) for i in range(0, elem): arr.append(int(raw_input("Enter next no :"))) print arr