Immediate Help with python program!
MRAB
python at mrabarnett.plus.com
Wed Dec 9 19:50:09 EST 2009
More information about the Python-list mailing list
Wed Dec 9 19:50:09 EST 2009
- Previous message (by thread): Immediate Help with python program!
- Next message (by thread): Immediate Help with python program!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Daniel wrote: > i am making a tic-tac-toe game using python. i am pretty new to it, > but cant seem to figure this one out. > Here is my code: > [snip] You problem is due to your choice of variable names, because '0' looks too much like 'O'. You also don't define 'ask'.
- Previous message (by thread): Immediate Help with python program!
- Next message (by thread): Immediate Help with python program!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list