Python code for the implementation of a hangman game. Words used from CSV file available at https://gist.github.com/alpha-tango/c3d2645817cf4af2aa45
Skills demonstrated:
- Loops
- Decision Making
- Reading external files
- Functions
- Lists
Python code for the implementation of a hangman game. Words used from CSV file available at https://gist.github.com/alpha-tango/c3d2645817cf4af2aa45
Skills demonstrated: