Quoting Nathan Pinno <[EMAIL PROTECTED]>:

> I tried fixing it. Here is the new code:

There are two likely places where you could have a problem: In your save
function, or in your load function.  Have you tried looking at the file where it
saved the information?  If the file doesn't contain the data it should, then
your save function probably has an error.  Otherwise, your load function
probably has an error.

Once you've got an idea of where the problem is, you can try to isolate it, so
that you can fix the problem without having to plow through the rest of your
code all the time.

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

Reply via email to