import tkinter as tk from tkinter import messagebox class Calculator: def __init__(self, master): self.master = master master.titl