Python Beginner Program FizzBuzz

preview_player
Показать описание
Here is a video I did that teaches you how to create a FizzBuzz program in Python!! This doesnt just apply to python though. It will apply to any language you choose as I walk you through how to properly break down the question and solve it step by step!
Рекомендации по теме
Комментарии
Автор

I literally started coding a day ago (using MIT OCW to teach myself)
and I saw this program run earlier...

Tried doing it earlier, had the order right but made the fundamental mistake of constantly putting if instead of elif and else!
Was driving me mad!

Thank You for clearing this up with such ease!

williejackson
Автор

Thanks for the video! You explained it very well and its easy to follow!

dach
Автор

almost every loop programming exercise on w3resources I struggle with so much !

sidmicheals
Автор

Just curious, the question wants you to count 1 to 100 so why make it 101? Thanks.

tgumm