connect_db_1.py 46 Bytes
import sqlite3

con = sqlite3.connect("mydb")