index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Doc
/
includes
/
sqlite3
/
connect_db_1.py
blob: 1b975232865aef25a0fbcd6c8700a633a24b484b (
plain
) (
blame
)
1
2
3
import sqlite3 con = sqlite3.connect("mydb")