This is python question for Python 3 and it is the last one I cannot figure out. I tried everything. Please share the code in the answer box.
Prompt the user for two integers. Using a loop, multiply the first number by the second number using only addition. For example:
Enter multiplicand: 5
Enter multiplier: 10
5 10 15 20 25 30 35 40 45 50
Your total was 50