Get detailed and accurate responses to your questions with IDNLearn.com. Get step-by-step guidance for all your technical questions from our dedicated community members.

What method is used in the following line of code to associate clicking the left button with the event handler "clickSingle"?

widget._____(' ', clickSingle)


eventHandler
eventHandler

attach
attach

connect
connect

bind


Sagot :

Answer:

Bind

Explanation:

widget.bind('<Button-1>', clickSingle)