Python tkinter編程之Button_5 設置Button的高度和寬度

# -*-coding:utf-8-*- #Button的寬度與高度 ''' width:寬度 height:高度 ''' def show_b1(): print('b1 press') def show_b2(): print('b2 press') def show_b3(): print('b3 press') from tkinter import * root
相關文章
相關標籤/搜索