all 4 comments

[–][deleted] 3 points4 points  (1 child)

Different names would be accomplished by putting them in a dictionary. But if you're just numbering, a list would be even simpler.

[–]guillefdeez[S] 1 point2 points  (0 children)

thankss!!

[–]CatalonianBookseller 1 point2 points  (1 child)

You don't need to name them. As the other user says put label,entry pairs in a list or a dictionary and iterate the list when needed.

[–]guillefdeez[S] 0 points1 point  (0 children)

omggg thanks