try: import Tkinter as tk ## Python 2.x except ImportError: import ... Label(top, text=str(col)).grid(row=0, column=col, sticky="nsew") ...
確定! 回上一頁