An open API service indexing awesome lists of open source software.

https://github.com/s-shemmee/fizzbuzz-challenge-python

This is a programming challenge where your goal is to write a program that prints the numbers from 1 to 100. But for multiples of 3 print "Fizz" instead of the number, and for the multiples of 5 print "Buzz". For numbers that are multiples of both 3 and 5 print "FizzBuzz".
https://github.com/s-shemmee/fizzbuzz-challenge-python

fizz-buzz fizzbuzz fizzbuzz-python fizzbuzz-solution

Last synced: 3 months ago
JSON representation

This is a programming challenge where your goal is to write a program that prints the numbers from 1 to 100. But for multiples of 3 print "Fizz" instead of the number, and for the multiples of 5 print "Buzz". For numbers that are multiples of both 3 and 5 print "FizzBuzz".

Awesome Lists containing this project