Found this book at the local library...

If you're doing the TicTacToe game in chapter 6, then have a look at the main function (def main: ) and find the line that says
       board = new_board()

This is likely where your troubles lie...

Cheers
--Brett

John Fouhy wrote:
2009/3/9 WM. <wfergus...@socal.rr.com>:
Thank you for your remarks. Too bad they fell into my acres of ignorance.
One thing is certain, Dawson used brackets [] not parens (). When I spoke of
typi (plural of typo) I meant ; for : or \ for /, not line after line of
error.
My only alternative now seems to be 'get out the old curry comb' and go
letter by letter, between the monitor and the page. Headache time.

I think Brett's suggestion is the most likely one.  Look for a line
that starts with:

    board =

That's probably where your error is.

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to