Question: HW Lab Experiment Part 2: Writing and running your first Python 3 program Create a new source file tab by either clicking the New icon

HW Lab Experiment Part 2: Writing and running your first Python 3 program Create a new source file tab by either clicking the New icon in the icon bar, or selecting File New from the menu bar. 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: 1 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. As demonstrated previously, to run your program, press the white-on-green play-button icon, or Run Run current script. Submit vour program with the name fourAlarm.py
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
