Skip to content

Enscivwy/FizzBuzz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FizzBuzz

I've read that a lot of people applying for junior positions very often recive a task to write a FizzBuzz. Since it may be problematic for some people, I did it for you. Here is, The Ultimate FizzBuzz application, working for numbers from 1 to 9999.

Some haters may say, that it is not useful, since you can not use internet when resolving this task. It may be true, however you may just copy source code of this program and write it to your notebook, then rewrite it manually during interiview.

What if I don't need that huge range of numbers?

Just delete prints for bigger numbers.

How to use it?

python3 FizzBuzz.py

Todo:

  • make it working for numbers above 9999
  • port the application to COBOL

About

The ultimate implementation of FizzBuzz

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 99.8%
  • TypeScript 0.2%