Skip to content
Snippets Groups Projects
Commit 64cd8ade authored by Bouchaira Neirouz's avatar Bouchaira Neirouz
Browse files

Hello

parent 1e706c8e
No related branches found
No related tags found
No related merge requests found
%% Cell type:code id: tags:
``` python
import sqlite3
# Connect to the database
conn = sqlite3.connect('company.db')
# Create a cursor object
cursor = conn.cursor()
print("Connected to company.db")
```
%% Output
Connected to company.db
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment