there is following code to create table in sqlite3
import sqlite3 as sq con = sq.connect(\'test2.db\') q = """ create table if not exists