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