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
Python Tutorial: Program prints Fizz when the number inputted is divisible by 3, Buzz if it is divisible by 5 and FizzBuzz if it is divisible by both 3 and 5.