Re: [Tutor] JES question concerning syntax

2014-02-04 Thread Peter Otten
Siobhan Wojcik wrote: > Hello, > > I've been having an issue with a program that I'm writing. The program > works until it has to compute something: > > def carPmt(): > cost = requestInteger("How much does the car cost?") > downPmt = requestInteger("If there is a down payment, how much?") >

[Tutor] JES question concerning syntax

2014-02-04 Thread Siobhan Wojcik
Hello, I've been having an issue with a program that I'm writing. The program works until it has to compute something: def carPmt(): cost = requestInteger("How much does the car cost?") downPmt = requestInteger("If there is a down payment, how much?") tradeIn = requestInteger("If there is a