We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23358dc commit 947be4eCopy full SHA for 947be4e
1 file changed
desktop_py/app2/stdDatabase.py
@@ -1,9 +1,6 @@
1
import sqlite3
2
#backend
3
-
4
5
-def studentData():
6
+def studentData():
7
con=sqlite3.connect("student.db")
8
9
cur.execute("CREATE TABLE IF NOT EXISTS student \
0 commit comments