-
Notifications
You must be signed in to change notification settings - Fork 0
CheerfulHumpty/Hangman
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Step 1) - In Terminal type - pip install mysql-connector-python step2) - SQL CODE: mysql> create database hangman; mysql> use hangman; mysql> create table score( -> time DATETIME, -> name VARCHAR(20), -> win INTEGER, -> loss INTEGER); If you want to see the result then: mysql> select*from score;
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published