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?


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to