Question: Write code that will print out the numbers between 1 and 100, except that: instead of the number, it will print Bop if the number
Write code that will print out the numbers between 1 and 100, except that: instead of the number, it will print Bop if the number is a multiple of 2, Slap if the number is a multiple of 3, and BopSlap if the number is both. So, the printout should start like:
python 3.6
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
