"John Machin" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > 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 -- http://mail.python.org/mailman/listinfo/python-list