I am a python newbie and have been trying to learn python. To this
end, I have coded the following program creates:
a 8 by 8 checker board
Places two checkers on the board
Checks the board and prints out which squares has a checker on them.
It works. But I have a one question:
1) The stmt "board
I am trying to learn Python and I have a few questions.
I have created a Class that is essentially a canvas with a red
background. After creation I want to change the background to green.
However I am having problems doing this.
Here is my code:
from Tkinter import *
class MyApp:
def __init