Sign in
android
/
toolchain
/
python
/
e5bb9c11408ff3e1774dc23e91a907d771c818b8
/
.
/
Python-2.7.5
/
Doc
/
includes
/
sqlite3
/
connect_db_2.py
blob: f9728b36135ed75cd70fdca687193b14b7f2ecbf [
file
] [
log
] [
blame
]
import
sqlite3
con
=
sqlite3
.
connect
(
":memory:"
)