from tkinter import* root=Tk() root.geometry('500x500') root.title('Multiplication table') def button1():
確定! 回上一頁