Posts by Gabriel • 1 point
1 post
-
-3
votes1
answer563
viewsQ: How to make python code run again after running something?
So I’m not very experienced in python and I was trying to do a terminal program to organize books.. follows a part of the code: #sql import sqlite3 con = sqlite3.connect('teste.db') cursor =…