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
Get step-by-step solutions from verified subject matter experts
