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
#generating the first n Fibonacci numbers F(n), printing ...
..... "Buzz and Fizz on separate line when F(n) is divisible by 3 and 5 both
#- ... "Buzz" when F(n) is divisible by 3.
#- ... "Fizz" when F(n) is divisible by 5.
#- ... "BuzzFizz" when F(n) is prime.
#- ... the value F(n) otherwise.