79556949

Date: 2025-04-05 12:27:05
Score: 1.5
Natty:
Report link

When you pass command=None to the config method of the button when it is first clicked, the value isn't accepted by tkinter as it can only accept functions as values for command . Instead, do: b.config(command=lambda: None) .

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Starts with a question (0.5): When you
  • Low reputation (0.5):
Posted by: Sebastian Power