this is the code
def updating(quantity,price,item): conn = sqlite3.connect("sqlite1.db") cur = conn.cursor() cur.execute("UPDATE st