The challenges below are from MoureDev's community (all info here).
Here you will find the challenge list, language and statement of each one.
- #0
THE FAMOUS "FIZZ BUZZ"
| Python
Programme that shows on terminal the numbers from 1 to 100 with the "Fizz Buzz" algorithm.
- #1
"HACKER LANGUAGE"
| Python
Programme that receives a text and convert natural language to "hacker language".
- #2
TENNIS MATCH
| Python
Programme that shows how takes place a tennis game and who wins.
- #3
PASSWORD GENERATOR
| Python
Programme that is able to generate random passwords.
- #4
PRIME, FIBONACCI & EVEN
| Python
Programme that, given a number, checks and shows if it is prime, fibonacci and even.
- #6
STONE, PAPER, SCISSORS, LIZARD, SPOCK
| Python
Programme that calculates who wins more matches in rock, paper, scissors, lizard, spock.
- #9
HETEROGRAM, ISOGRAM, PANGRAM
| Python
Programme that detect if a text is a heterogram, an isogram or a pangram.