📅  最后修改于: 2022-03-11 14:58:43.537000             🧑  作者: Mango
代码示例1
#declare variable -->
var = StringVar()
#sets variable to what ever(most the time a string)
var.set("hello")
#this is used in tkinter!