I got a great start to this project. I wrote some functions that I will need to call in main.py, specifically one to ask the user for manual or random word choice, one to check the location of a letter in a word, and to choose a random word.
I am trying to follow some best practices for Python, like functions in a separate file, docstrings, return type annotations, and descriptive errors.
Next, I will finish up some of the major functions and start on main.py.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.