You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write a Python program which iterates the integers from 1 to 50. For multiples of 3 print 'Fizz' instead of the number and for multiples of 5 print 'Buzz'. Numbers which are multiples of both 3 and 5 print 'FizzBuzz'