connect_db_2.py 50 Bytes
Newer Older
1 2 3
import sqlite3

con = sqlite3.connect(":memory:")