Dear All,
I am new with Python, if anyone could help me on mouse event I would very appreciated.
I have small pingpong application, I want to change a ball'color every time mouse is clicked.
Here is my code.
from Tkinter import *
import string
class Pong(Frame):
def...