Question: Write a Python program which iterates the integers from I to 50. For multiples of three print Fizz instead of the number and for the
Write a Python program which iterates the integers from I to 50. 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" Sample Output: fizzbuzz fizz 4 buzz
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
