Skip to content

rredziak/Example02

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Example02

Simple pythonish problem to solve.

What to do

This test is based on famous FizzBuzz kid/drinking game, and you may be asked about it during any job interview. While the problem is solved, it contains a few trivial to fix errors. Can you find and fix them?

Expected result

Print all numbers or their 'fizz' and/or 'buzz' replacements, from 0 to 100, one entry per line. Please find an example below (output is shortened to show you the idea).

fizzbuzz
1
2
fizz
4
buzz
fizz
7
8
fizz
buzz
11
fizz
13
14
fizzbuzz
[...]
buzz
fizz
97
98
fizz
buzz

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages