fizzbuzz: Write a function that prints the numbers from 1 to multiples of 3 , print "fizz" instead of the number and for the multiples of 5 pril which are multiples of both 3 and 5 , print "fizzbuzz". For example, the output of fizzbuzz (20) is: