File Handling
In the first week, you were introduced to state. In the second week, you were introduced to iteration, one of the more difficult programming constructs to grasp. Last week, we discussed another programming construct: selection. In this week's lab, we will reinforce everything we have learnt so far while incorporating this weeks topic: file handling.
Your task this week is to create your own version of the game 'Hangman' in Python.
If you can develop a dynamic, adjustable solution on your own, attempt this now. You should use the EnglishWords.txt (Click here to download!) file as a bank of words to read from for randomised word selection.
If you would like some more assistance, work through the tasks in this lab. By the end, you will have built a fully functional Hangman game!