I am getting an error when trying to compile data from Python(3.9.1) to SQLite3.
import sqlite3 conn = sqlite3.connect(\'newdB.db\') #Creates the table \'tbl_ne