Python Knowledge Point#定义事件tk.Button(,,commond=function_name)#改变属性tk.Label(,,,).config(text="")#函数的定义def function_name():#全局变量global i#格式化字符串f-string(fromat-string)f"string{变量、数字、运算}string"