Question: Write a Python program using While loop which iterates the integers from 1 to 14 (both inclusive). For multiples of three print Three instead of

Write a Python program using While loop which iterates the integers from 1 to 14 (both inclusive). For multiples of three print "Three" instead of the number and for the multiples of five print "Five". [Hint: Use if, elif and else]

---

*Sample Output 1 2 Three 4 Five . . .14*

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Finance Questions!