Question: In python 11. Write a program which iterates the integers from 5 to 75. For multiples of three print Fizz instead of the number and
11. Write a program which iterates the integers from 5 to 75. For multiples of three print "Fizz" instead of the number and for the multiples of five print "Buzz". For numbers which are multiples of both three and five print "FizzBuzz
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
