label_3.setText(f"{entry_1.text()} {combo_1.currentText()} {entry_2.text()} = {float(entry_1.text()) + float(entry_2.text())}") if combo_1.currentData() == "-": label ...