Program : import tkinter as tk b = "hi" print(b) b1 = tk.StringVar() b1.set("Hi") print ... I just need to know why a1 is giving me an ...
確定! 回上一頁