Python · GUIs with tkinter
What is wrong with this button? ``` def greet(): print("hi") b = tkinter.Button( root, text="Go", command=greet()) ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
