Re: [Tutor] I don't know why this program doesn't run

2012-09-21 Thread Gina
Thank you so much! That worked! On 9/21/2012 7:17 PM, Dave Angel wrote: Hi, you forgot to do a reply-all, so it didn't go to the list. I'm correcting that now, so don't worry about it. if your email doesn't support reply-all, then just add a cc of tutor@python.org On 09/21/2012 08:09 PM, Gi

Re: [Tutor] I don't know why this program doesn't run

2012-09-21 Thread Dave Angel
Hi, you forgot to do a reply-all, so it didn't go to the list. I'm correcting that now, so don't worry about it. if your email doesn't support reply-all, then just add a cc of tutor@python.org On 09/21/2012 08:09 PM, Gina wrote: > On 9/21/2012 6:47 PM, Dave Angel wrote: >> On 09/21/2012 07:34

Re: [Tutor] I don't know why this program doesn't run

2012-09-21 Thread Mark Lawrence
On 22/09/2012 00:44, Stephen Haywood wrote: What doesn't work? What error message do you get? What have you done to fix the errors? What version of Python are you using? Stephen Haywood Information Security Consultant W: www.averagesecurityguy.info T: @averagesecguy On Sep 21, 2012, at 7:35 PM,

Re: [Tutor] I don't know why this program doesn't run

2012-09-21 Thread Mark Lawrence
On 22/09/2012 00:34, Gina wrote: I don't know why this program doesn't run, but if you know, please tell me. -thanks ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] I don't know why this program doesn't run

2012-09-21 Thread Dave Angel
On 09/21/2012 07:34 PM, Gina wrote: > I don't know why this program doesn't run, but if you know, please > tell me. > -thanks > So what happens when you try? "Doesn't run" covers a multitude of possibilities. First one: python Car Salesperson.py python: can't open file 'Car': [Errno 2] No such

Re: [Tutor] I don't know why this program doesn't run

2012-09-21 Thread Stephen Haywood
What doesn't work? What error message do you get? What have you done to fix the errors? What version of Python are you using? Stephen Haywood Information Security Consultant W: www.averagesecurityguy.info T: @averagesecguy On Sep 21, 2012, at 7:35 PM, Gina wrote: > I don't know why this program

[Tutor] I don't know why this program doesn't run

2012-09-21 Thread Gina
I don't know why this program doesn't run, but if you know, please tell me. -thanks #adds extra fees to the base price of a car. print( """ Car Salesman Totals the base price of a car with all other fees. Please enter the requested information, and don'