Re: [Tutor] basic question

2013-04-05 Thread Woody 544
On 4/5/13, Woody 544 wrote: > Dear Najam > > The tax and license amounts should not need to be entered, as I would > think the only variable is the base price, with tax and license > calculated as their rate times the base price. For example, if the > sales tax rate for the area

Re: [Tutor] if statement problems(noob question)

2013-04-08 Thread Woody 544
Max, You've made the arguments a string (so never a number) in: print "The answer is: " + str(x+y) MJ On Apr 8, 2013 6:23 AM, "Max Smith" wrote: > Hi, everyone whom might read this, im Max and i am really new to coding, > been going at it for about two weeks using codeacademy and the book "thi

[Tutor] File not found error, but it is in the folder!

2013-04-10 Thread Woody 544
I have a script that worked before I moved it to another folder. I cannot understand why I am getting a 'No such file or directory' error, when the file is in the folder. Any clues would be much appreciated. Thanks! MJ Here is a copy and paste of the script up to the error, output/error and a