Another newbie question

2005-12-07 Thread solaris_1234
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

Newbie Question

2005-12-05 Thread solaris_1234
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