Posts by Mateus Santos • 21 points
1 post
-
0
votes1
answer23
viewsQ: How do I make it appear in the same folder as the file that creates it?
I create this database in python3 but it appears in a previous folder import sqlite3 nome_banco = 'banco_escola.db' banco = sqlite3.connect(nome_banco)