Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub / pkx8326 / The_FizzBuzz_Algorithm_with_Python

This is a children's game but it is said to be one of the most asked problem in interviews for programmers. The rule of the game is simple: supposed that there are numbers from 1 to 100, if a number is divisible by 3, it's "Fizz", if it's divisible by 5 then it's "Buzz", if it's divisible by both 3 and 5 then it's "FizzBuzz", otherwise it's itself. The code in this repository should probably be the most efficient way to demonstrate this game. It works with the for loop syntax and if-else logic.

JSON API: https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkx8326%2FThe_FizzBuzz_Algorithm_with_Python

Stars: 1
Forks: 0
Open Issues: 0

License: None
Language:
Repo Size: 1000 Bytes
Dependencies: 0

Created: over 2 years ago
Updated: 5 months ago
Last pushed: over 2 years ago
Last synced: 5 months ago

Topics: algorithm, buzz, fizz, fizzbuzz, game

Files
    Loading...
    Readme
    Loading...

    No dependencies found