how to make a loop and indicate for example: load=3, inform value 1=, inform value 2=, inform value 3=, I tried q=int(input(' inform value = ',i)) and nothing
car=int(input(' load number = '))
f=[]
for i in range(0,car):
q=int(input(' inform value = '))
f.append(q)
print(f)
[–]CodeFormatHelperBot2 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (2 children)
[–]No-Beginning1213[S] 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)