How to let user input TABLE name in sqlite3, python3?

前端 未结 0 855
醉话见心
醉话见心 2021-02-02 16:35

I need to prompt a user to create a student table, check if a table with such a name exists in the database, and if not create it.

import sqlite3
conn = sqlite3.c         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题