SQLite Databases

Connect to SQLite

① Learn

SQLite is a small database built into Python through sqlite3. It is great for learning SQL and storing structured data locally.

② Implement — write it, run it, submit
Goal

Make `conn` a working SQLite connection.

Output
Hints
  • Stuck? Reveal a hint.
Free Tools & Calculators