from os import system as komut.
import sqlite3.
bağlantı=sqlite3.connect("kafe_otomasyon.db")
cursor=bağlantı.cursor()
cursor.execute("""CREATE TABLE IF NOT EXISTS hesaplar(masa_no TEXT,hesap BLOB)""")
def hesapekle(connect,cursor):
print("Hesap Ekleme Menüsü")
masa=input("masa no:")...