[Tutor] addressbook program

Kent Johnson kent37 at tds.net
Sat Jun 28 16:34:28 CEST 2008


On Sat, Jun 28, 2008 at 6:30 AM, Danny Laya <danny_laya at yahoo.com> 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


More information about the Tutor mailing list