Error!

Bruno Desthuilliers bdesth.quelquechose at free.quelquepart.fr
Sat Feb 5 09:58:38 EST 2005


Steve Holden a écrit :
(snip)
> So, for example, your program might look like this:
> 
> base_price = int(raw_input(...))
> tax_rate = int(raw_input(...)
> tax_amount = base_price * ((100+tax_amount)/...)
s/(100+tax_amount)/(100 + tax_rate)/, I guess ?



More information about the Python-list mailing list