Back to Browse

FizzBuzz One Simple Interview Question | PYTHON CODE | fizz buzz

464 views
Dec 11, 2018
2:33

Hello guy's, I have created a program using PYTHON for FIZZ BUZZ output. Fizz Buzz is a very simple programming task, asked in software developer job interviews. ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Write a program that prints the numbers from 1 to 100 and for multiples of '3' print "Fizz" instead of the number and for the multiples of '5' print "Buzz". ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Output: 1, 2, Fizz, 4, Buzz, Fizz, 7, 8, Fizz, Buzz, 11, Fizz, 13, 14, Fizz Buzz, 16, 17, Fizz, 19, Buzz, Fizz, 22, 23, Fizz, Buzz, 26, Fizz, 28, 29, Fizz Buzz, 31, 32, Fizz,..... ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Hope you liked my this video Thank you!!! ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- My Previous video link : (PYTHON PROGRAM FOR BUBBLE SORT): https://youtu.be/eeAfXz93e3M (TO CHECK THE STRING IS ANAGRAM OR NOT): https://youtu.be/tvn7JpUwLiM (HALF ASCENDING AND HALF DESCENDING): https://youtu.be/A8wepOtaISE (PROGRAM TO CALCULATE ANGLE BETWEEN CLOCK HAND): https://youtu.be/4qMTgamitYk (PRINT | H$w a&e YOU): https://youtu.be/K2dRqzcdZqA (Fortune Teller Program): https://youtu.be/frKD11ot7HE ------------------------------------------------------------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------------------------------------------------------------------- #i_extreme_coder #pythonprogramming #pythonbasic ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Download

0 formats

No download links available.

FizzBuzz One Simple Interview Question | PYTHON CODE | fizz buzz | NatokHD