A personal blog of Christopher Wigginton; a nerd by nature, programming polyglot, cooking enthusiast and fermentation practitioner.
Tuesday, May 12, 2020
Python: Learning by starting with the basics.
Just a simple mind exercise in learning a language. Created a console Hangman game that uses a word api with a hint command that fills in the first available blank.
Guess a Letter:hint
------
| |
| 0
| /|\
| /
t y p h u _ e _
Wrong Guesses:lmaio
Guess a Letter:s
------
| |
| 0
| /|\
| /
t y p h u s e s
Wrong Guesses:lmaio
stay of execution
No comments:
Post a Comment