Alan Gauld wrote:
"W W" <[EMAIL PROTECTED]> wrote
output = "At an average weekly savings of $%.02f, your monthly
savings will
be $%.02f. \n Your annual savings will be $%.02f." % (diff,
monthly_savings,
annual_savings)
print output.
As you can see, it's very much longer than the 72 charact
"W W" <[EMAIL PROTECTED]> wrote
output = "At an average weekly savings of $%.02f, your monthly
savings will
be $%.02f. \n Your annual savings will be $%.02f." % (diff,
monthly_savings,
annual_savings)
print output.
As you can see, it's very much longer than the 72 characters
suggested in
Hi,
I've been dinking around, making a program that will find out how different
factors affect what you *really* save on gas, and at the end I have it
output some information, but I'm not sure what the right style for
formatting is.
output = "At an average weekly savings of $%.02f, your monthly