Skip to content

CheerfulHumpty/Hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

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

No packages published

Languages