复制代码
摘要: 计算器 import tkinter as tk from tkinter import messagebox from math import sqrt class CalcApp: def __init__(self, root): self.root = root self.root.titl 阅读全文
posted @ 2024-11-04 15:43 Elgina 阅读(56) 评论(0) 推荐(0)