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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!