Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
10eac2c6130389fea602bc9df0138436ca77c6ed
/
.
/
Doc
/
lib
/
sqlite3
/
connect_db_2.py
blob: f9728b36135ed75cd70fdca687193b14b7f2ecbf [
file
]
import
sqlite3
con
=
sqlite3
.
connect
(
":memory:"
)