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