Example #1
0
from fb import fizzerbuzzer

fizzerbuzzer(3, 'Fizz')
Example #2
0
from fb import fizzerbuzzer

fizzerbuzzer(5, 'Buzz')