So I just begin to learn about databases, and I am trying to do some test on python shell, but I can not even create a database.
import sqlite3
path="C:/Users/cleme/Documents/programmes"
conn=sqlite3.connect(path)
I tried to put an E instead of a C, but it didn't work. And I am on my computer, so I should be able to change every file.