* Aristotle <aristo...@triad.rr.com> [2012-06-26 14:28]:
> 
> The sequence of events that I am using now is to open a program that 
> will gather gallons used from user, call a module to make calculations, 
> use the info from the module to write info to a file named 
> FinalProjectBill.txt.
> 
> After that is done, I open another program that will read the info 
> written to FinalProjectBill.txt
> 
> I guess my confusion about the instructions is, if I should read from 
> one file FinalProjectBill.txt first how does data get written to that 
> file to begin with?

Based on this part, you have already answered your own question.
Specifically, you get your input file, FinalProjectBill.txt, by
collecting data from the user, doing some calculations, and outputting
to the file.

I'm not sure I see the problem. :-(

-- 
David Rock
da...@graniteweb.com

Attachment: pgpgnpfBiWpdl.pgp
Description: PGP signature

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to