Error!

administrata administrata at hotmail.com
Sat Feb 5 07:02:01 EST 2005


"John Machin" <sjmachin at lexicon.net> wrote in message news:<1107563070.861085.180680 at g14g2000cwa.googlegroups.com>...
> administrata wrote:
> > I'm programming Car Salesman Program.
> > It's been "3 days" learning python...
> 
> >From whom or what book or what tutorial?
> 
> > But, i got problem
> 
> You got problemS. What Jeff & Brian wrote, plus:
> 
> You have "change" instead of "charge".
> 
> You forgot to add in the base price -- "actual price" according to you
> comprises only the taxes and fees. Where is your car yard? We'd each
> like to order a nice shiny red Ferrari :-)
> 
> Cheers,
> John

erm... sry i don't get it :\

can you modify actual_price?

actual_price = (((base_price * tax / 100) + license1 / 100) + dealer +
charge



More information about the Python-list mailing list