Simple account program

Igorati wade_stoddard at yahoo.com
Mon Mar 21 20:10:31 EST 2005


Question then, do I do an 

import pickle

pickle.dump ((withdrawl), file ('account.pickle', 'w'))
pickle.dump ((deposit), file ('account.pickle', 'w'))
Am I on the right track?





More information about the Python-list mailing list