Page 54 - Phyton_GUIprogrammingwithTkinter
P. 54

P a ge  | 45


                        elif menu == "5":
                               search_data(db)

                        elif menu == "0":
                               exit()
                        else:
                               print("Wrong Menu!")

                 if __name__ == "__main__":
                        while(True):
                               show_menu(db)
   49   50   51   52   53   54   55   56   57   58   59