[Tutor] UNSUBSCRIPTABLE?

Brett Wilkins lupin at orcon.net.nz
Mon Mar 9 01:45:19 CET 2009


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. <wferguson1 at 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.
>
>   


More information about the Tutor mailing list