Ask a Question
I am trying to take input from the user for a list but this isnt working why? and what can be the other method for the same a=[]
for i in a:
a.append(input())
print(a)
I am trying to take input from the user for a list but this isnt working why? and what can be the other method for the same a=[]
for i in a:
a.append(input())
print(a)
Fuel your ambition, discover your passion and achieve your professional goals with LetsUpgrade.
Sign Up Now