DS-301222 # Write a Python program that prints the numbers from 1 to 100. For multiples of 3, print “Fizz” instead of the number. For multiples of 5, print “Buzz” instead of the number. For numbers that are multiples of both 3 and 5, print “FizzBuzz”

@vivek

Well done, keep it up :handshake:

1 Like