Sign in
◑
Theme
chromium
/
external
/
github.com
/
python
/
cpython
/
106f8e3ea48e247d6f4354890994f0b16fdcc8c4
/
.
/
Doc
/
includes
/
sqlite3
/
connect_db_2.py
blob: f9728b36135ed75cd70fdca687193b14b7f2ecbf [
file
]
import
sqlite3
con
=
sqlite3
.
connect
(
":memory:"
)