Question: python 6. Create a loop which runs through the numbers 1 through 100 , doing the following. If the number is a multiple of 3
6. Create a loop which runs through the numbers 1 through 100 , doing the following. If the number is a multiple of 3 , print "moo" If the number is a multiple of 5 , print "cow". Kint: a function you should have just written can help with this. Your output in the console should look like this: moocovmoomoocovmoomoocovmoocow
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
