Staging
v0.5.1
Raw File
connect_db_1.py
import sqlite3

con = sqlite3.connect("mydb")
back to top