ebosetalee / 20-days-challenge

#20dayschallenge on python
6 stars 0 forks source link

15 - Hangman-15 #36

Closed yudori closed 4 years ago

yudori commented 4 years ago

The following task is designed to introduce you to databases using sqlite3. In practice, what you will be implementing can be done in other ways and without databases but we'll use a database for learning purposes.

You'll be creating a table to store all guesses that a user makes.

Using sqlite modify your code so that:

Note: