4 lines
46 B
Python
4 lines
46 B
Python
import sqlite3
|
|
|
|
con = sqlite3.connect("mydb")
|
import sqlite3
|
|
|
|
con = sqlite3.connect("mydb")
|