# Create a connection to the database conn = sqlite3.connect('adventure.db') cursor = conn.cursor()