Skip to content

Commit 947be4e

Browse files
authored
Update stdDatabase.py
1 parent 23358dc commit 947be4e

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

desktop_py/app2/stdDatabase.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
import sqlite3
22
#backend
3-
4-
5-
def studentData():
6-
3+
def studentData():
74
con=sqlite3.connect("student.db")
85

96
cur.execute("CREATE TABLE IF NOT EXISTS student \

0 commit comments

Comments
 (0)