This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
514d0cf40e
cpython
/
Doc
/
lib
/
sqlite3
/
connect_db_1.py
4 lines
46 B
Python
Raw
Normal View
History
Unescape
Escape
Text files missing the SVN eol-style property.
2006-05-16 20:24:08 -03:00
import
sqlite3
con
=
sqlite3
.
connect
(
"
mydb
"
)