我希望在按下红色背景的按钮时输入信息。 /但这不起作用。 /当按钮背景为红色时如何输入?
color= ['red', 'orange', 'yellow', 'green', 'blue', 'violet', 'purple', 'green yellow', 'snow', 'maroon1']
b0 = tk.Button(root, text = (out0), bg=random.choice(color), command=lambda:code(out0))
if b0 == 'red' :
pin += str(value)
e.insert('end', value)
答案 0 :(得分:3)