Posts by Petrus • 1 point
1 post
-
0
votes1
answer92
viewsQ: Is there any way to create different tables in SQLITE3 through the same python function?
I’m creating a python bot through the python-Telegram-bot library, and it works through commands. I know that through 'cursor.execute()' I can create a table via python, but the real question is: is…