Question: Write a Python 3 program that prints out the numbers, one per line, from 1 to 25. For each number that is a multiple of

Write a Python 3 program that prints out the numbers, one per line, from 1 to 25. For each number that is a multiple of 4, follow the number with the string is a multiple of 4!". For example: 2 3 4 is a multiple of 4! 5 etc... Note that no extra libraries need to be imported for this exercise. You will probably want to use some form of a loop (for or while), and you may find the range () function useful
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
