Python Fizz Buzz Program Tutorial - EASY

preview_player
Показать описание
Hello everyone, I have created a very simple python tutorial covering the FizzBuzz question. This is a common interview question that you might come across for dev jobs. I have gone with the simplest method here to create the program and demonstrate that it works. I hope you all enjoy, and remember to subscribe and like the video for more content!

My website is still a work in progress, but I will be completing that soon, and will have written tutorials and other goodies on there as well!

Рекомендации по теме
Комментарии
Автор

Thank you for showing me how to do that! I appreciate your work!!

johnytang
Автор

Thank you for your help because I needed to do this for a school project. The video was simple and easy to follow.

mgh-ecnf
Автор

Hi @Peter Steele, thanks for the video explanation! This is exactly what I am looking for, but do you know how to include the value before the FizzBuzz? So for example, (12: Fizz, 25: Buzz, 15: FIZZ BUZZ)
Thank you so much!

teresas
Автор

Also thank you so much for the video!!✨

hellenmumo
Автор

Such a concise explanation., thank you.

jamiewise
Автор

Hi...so how can you add the continue statement to skip loop iteration??
And how do you skip the even numbers so that the logic only applies to odd numbers in the range???

hellenmumo
Автор

In a similar question they want it to start at 0 not 1, when I replace the 1 with a 0 so (0, 101), it starts at 0 but instead of showing 0 in the output it replaces it with fizzbuzz but 0 is not divisible by 3 or 5. How can I fix this?

calebriley
Автор

How would you do if the range is from 1-n. N being any number. Thankyou

khizarhaider
Автор

when I input this code, only fizz, buzz, and fizzbuzz print. the numbers in btwn dont print. pls help!!

jeniferchavez