You are browsing as a guest. Sign up (or log in) to start making projects!

Open comments for this post

1h 16m 35s logged

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.

0
1

Comments 0

No comments yet. Be the first!