Python · GUIs with tkinter
What's wrong with this attempt to print where the user clicked? ``` def on_click(): print(event.x, event.y) w.bind("<Button-1>", on_click) ```
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
