Each one needs a StringVar() so I can assign text to the widget. ... from Tkinter import * import random root = Tk() a = StringVar() height ...
確定! 回上一頁