from Tkinter import * class GUI: def __init__(self): self.root = Tk() self.root.title('Button Styles') for bdw in range(5): setattr(self, 'of%d' % bdw, ...
確定! 回上一頁