Code : #button GUI from tkinter import * import testimg as ti def click(): ti.disp() root = Tk() Button(text = 'Click me' ...
確定! 回上一頁