Question: answer in python please Write a program that prints the numbers from 1 up to 105 (inclusive), one per line. However, there are three special
answer in python please Write a program that prints the numbers from 1 up to 105 (inclusive), one per line. However, there are three special cases where instead of printing the number, you print a message instead: 1. If the number you would print is divisible by 3, print the message: The dog of wisdom knows all about this number. 2. If the number you would print is divisible by 7, print the message: Hold on I have a meme for this. 3. If the number you would print is divisible by 3 and 7, instead print out: Some infinities are bigger than other infinities! Print the exact strings given
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
