/fizzbuzz

print 1 until 100 if number is multiple of 3 print fizz if number is multiple of 5 print buzz if number is both multiple of 3 and 5 print fizzbuzz

Primary LanguagePython

No issues in this repository yet.