# Create tables (optional) cursor.execute(''' CREATE TABLE IF NOT EXISTS characters ( name TEXT, health INTEGER ) ''')