On Sat, Jun 28, 2008 at 6:30 AM, Danny Laya <[EMAIL PROTECTED]> wrote: > > Hi I am making an addressBook program now, and you know ....... another > error message , the program doesn't work. This is the code : > ________________________________ > # Loading the addressbook > filename = "addbook.dat" > > def readBook(book)
Missing a colon at the end of this line. Kent _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
