We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e374206 commit 02d698fCopy full SHA for 02d698f
Using_Databases_with_Python/exercise1UsingSQLITE.py
@@ -0,0 +1,2 @@
1
+import sqlite3
2
+connection=sqlite3.connect('Ages')
0 commit comments