On 30/08/16 03:22, Matthew Lehmberg wrote:
I've been getting this error over and over and was wondering if someone
could help me fix it. [image: Inline image 1]
This is a text mailing list so attachments dont get through.
Plese repost with your error message cut n paste into the message.
Alan
I've been getting this error over and over and was wondering if someone
could help me fix it. [image: Inline image 1]
___
Tutor maillist - Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
Thanks for the help. That was the problem. I guess I'd been looking at
it so long I missed that. The error message wasn't helping me either.
Chris Smith
Geoframer wrote:
> The main problem from what i can tell is that the number of '(' and ')'
> you use in declarations (and maybe even functions
The main problem from what i can tell is that the number of '(' and ')' you use in declarations (and maybe even functions) are not correct.Take for instance :u0prime = beta*(sqrt(d**2 +(h +length1)**2) - h +length1))
You open 3 '(' and close 4 ')' .The problem is not the little test code at the en
I'm writing a numerical program for an assignment at school. So the code
of my program isn't too long I've coded the formulas, which are rather
long, as funcions. However when I try to run my program I keep getting
one of two errors. The first happens when I do a test run of my code
with the te