GiovanniBruno22 / PythonBeginners

This repository is meant for new developers to submit first pull requests to and get reviews from peers.
17 stars 21 forks source link

Fizzbuzz #20

Closed GiovanniBruno22 closed 1 year ago

GiovanniBruno22 commented 1 year ago

Write a program that prompts the user for a number, then prints the numbers from 1 to the number given as input. For multiples of three print “Fizz” instead of the number and for the multiples of five print “Buzz”.

IliyasDev commented 1 year ago

31 Please confirm this pull request

GiovanniBruno22 commented 1 year ago

Thanks a lot @IliyasDev !