connect_db_2.py 50 Bytes
import sqlite3

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