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