Question: Write a complete program that prints numbers from 1 to 50, but if numbers that are multiples of 5, print HiFive, else if numbers that
Write a complete program that prints numbers from 1 to 50, but if numbers that are multiples of 5, print HiFive, else if numbers that are divisible by 2, print HiTwo, and else if numbers that are divisible by 3 or 7, print HiThreeorSeven *Please in python*
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
