GitHub

create_table.py

myconn=mysql.connector.connect(host="localhost",user="root",password="",database="prachi") cur=myconn.cursor() dbs=cur.execute("create table student(id int(4)AUTO ...