Question: Write a python program that loops throug hthe number between 1 and 40. If a numbeer is divisible by 3, print Hip. If the number
Write a python program that loops throug hthe number between 1 and 40. If a numbeer is divisible by 3, print Hip. If the number is divisible by 7, print Hooray.
Hint: instead of hard coding a list with all those numbers, use the range function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
