The tkinter checkbox widget is a very basic switch. ... Checkbutton(window, text='Python',variable=var1, onvalue=1, offvalue=0, command=print_selection)
確定! 回上一頁