賴昀威eval-evaluate函數calculator美國男性印度女生,調色板
w3schools eval 美國男性 bro code from tkinter import * def button_press ( num ): global equation_text equation_text = equation_text + str ( num ) equation_label . set ( equation_text ) def equals (): global equation_text try : total = str ( eval ( equation_text )) equation_label . set ( total ) equation_text = total except SyntaxError : equation_label . set ( "syntax error" ) equation_text = "" except ZeroDivisionError : equation_label . set ( "arithmetic error" ) equation_text = "" def clear (): global equation_text equation_label . set ( "" ) equation_text = "" window = Tk () window . title ( "Calculator program" ) window . geo...
留言
張貼留言