Skip to content

HenriqueAraujoCM/26b-fizzbuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

This code receives a list of values and changes all values woth a 3 to "lucky", all multiples of 3 to "fizz", all multiples of 5 to "buzz", all multiples of 3 and 5 to "fizzbuzz" and returns the value otherwise. It also return how many of each types there are.

To run the code you will need ptyhon 3.

Simply run "python fizzbuzz.py" on the console in the respective directory to run the code.

step-1 final commit: 0a3fee8

step-2 final commit: 86af8b7

step-3 final commit: 93b1537

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages