+ 1
i want to know how i fill the list i mean about me (programmer) or the user
a=[]
a.append(1)
print(a)
Output:[1]
#in the previous code i added an element which equal 1 by my self not the user to the list
#Remark : if u want to add the number be entered by the user tell me to help u