Insert some data into table cursor.execute("INSERT INTO inventory (name, quantity) VALUES (%s, %s);", ("banana", 150)) print("Inserted" ...
確定! 回上一頁