def getSquareRoot (): x1 = entry1.get() label1 = tk.Label(root, text= float(x1)**0.5) canvas1.create_window(200, 230, window=label1) ...
確定! 回上一頁