News
self.menubar.add_cascade(menu = self.file_menu, label = 'File') self.menubar.add_cascade(menu = self.edit_menu, label = 'Edit') self.menubar.add_cascade(menu = self ...
def add_transaction(): if type_combobox.get() and amount_entry.get(): try: transaction_type = type_combobox.get() amount = float(amount_entry.get()) comment = comment ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results