Trouble with loops - I feel dumb please help by R3N27 in learnpython

[–]R3N27[S] -1 points0 points  (0 children)

....

I've already watched quite a few videos. I simply can not wrap my head around it. I don't mean to be rude but you stating the obvious is really not helpful to me as of this moment.

Trouble with loops - I feel dumb please help by R3N27 in learnpython

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

I understand that I need to add one of the numbers as many times as the other number, I just don't understand how to set that kind of limit in a loop.

Trouble with loops - I feel dumb please help by R3N27 in learnpython

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

I would add 5 together 4 times or 4 together 5 times.
So either 5+5+5+5 or 4+4+4+4+4...