Question: python program Write a program that prints out multiples of 3 up to 45. The output of the program should be: 3 6 9 12
python program
Write a program that prints out multiples of 3 up to 45.
The output of the program should be:
3 6 9 12 15 18 21 24 27 30 33 36 39 42 45
Hint: Use the start, stop, step options in the range() function and print the loop variable.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
