Management said I needed to pass FizzBuzz.
- Print numbers from 1 to 100.
- For numbers divisible by three, print "Fizz".
- For numbers divisible by five, print "Buzz".
- For numbers divisible by both three and five, print "FizzBuzz"
Unknowns:
Language. Speed vs Readibilty. One Liners?
Do development:
make dev
Multiple recruiters have said that some interviewees can not pass the FizzBuzz test.
While I have been programming for a few years. I have never known if I could pass it.
So to prove in future interviews I can pass it without having to do it twice.
IDE: nano Development Stack: Linux Mint 22 (Ubuntu 24.04), Python 3.12.