On 8 Jan 2005 20:40:37 -0800, [EMAIL PROTECTED] (Sean McIlroy)
wrote:
>def newGame():
>BOARD = [blank]*9
>for x in topButtons+midButtons+botButtons: x['text'] = ''
Do you know that "BOARD" here is a local variable and has nothing
to do with the global BOARD ? You can change that by doing
Sean McIlroy wrote:
While fiddling with a little script I ran into a problem that baffles
me completely. Maybe I'm missing something completely obvious, and
somebody out there can diagnose the problem at a glance. Anyway,
that's the hope. Here's the code (it plays tic tac toe):
You need to be a lit