ebosetalee / 20-days-challenge

#20dayschallenge on python
6 stars 0 forks source link

13 - Hangman-13 #31

Closed yudori closed 4 years ago

yudori commented 4 years ago

We want to accomplish more clean and readable code with the help of modules. Modules are just python files that normally contain code that are related.

You'll be refactoring your code to show how you can group functionality into modules and call them using import statements.

At the end of this, your hangman.py should be split into:

Notes:

Extra: Read about basics of Databases, SQL and the sqlite3 python library. Helpful links: https://learntocodewith.me/posts/sql-guide/ https://www.digitalocean.com/community/tutorials/how-to-use-the-sqlite3-module-in-python-3