Re: [Tutor] syntax error help

2016-08-26 Thread Alan Gauld via Tutor
On 30/03/16 19:05, Awais Mamoon wrote: > Hi my code should be working however keeps coming up with invalid syntax but > I know there isn’t one. You are wrong. There is. I suspect the error message tells you where it is. In future please include the full error message with your code. Look closely

Re: [Tutor] syntax error help

2016-08-26 Thread David Rock
> On Mar 30, 2016, at 13:05, Awais Mamoon wrote: > > Hi my code should be working however keeps coming up with invalid syntax but > I know there isn’t one. Please help me its been 2 hours > When you run your code, what is the actual error you get (copy and paste the entire thing, please)? Wh

[Tutor] syntax error help

2016-08-26 Thread Awais Mamoon
Hi my code should be working however keeps coming up with invalid syntax but I know there isn’t one. Please help me its been 2 hours Here is my code: alphabet = 'abcdefghijklmnaopqrstuvwxyz' #gets the message from the user so it can Encrypt or Decrypt def getMessage(): prin

Re: [Tutor] Syntax error help

2012-03-31 Thread S.Irfan Rizvi
Its failing i can't able to unsubcribe please remove me from its not going to Span either *Error: **Authentication failed.*Tutor list: member options login pageIn order to change your membership option, you must first log in by giving your email address

Re: [Tutor] Syntax error help

2012-03-31 Thread Alan Gauld
On 31/03/12 03:33, S.Irfan Rizvi wrote: Please remove me from listi can't do itthey are doing it Attention ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor Onl

Re: [Tutor] Syntax error help

2012-03-31 Thread bob gailer
Thank you for posting your code. Did you forget to reply-all? I am copying this to the list this time. You apparantly misunderstood my question about what you do to run the program. You said " I import then call the first function (the displaymenu) or I have it called in the code it does it a

Re: [Tutor] Syntax error help

2012-03-30 Thread S.Irfan Rizvi
Please remove me from listi can't do itthey are doing it Attention On Mar 30, 2012 9:21 PM, "bob gailer" wrote: > Please always reply-all so a copy goes to the list. > > On 3/30/2012 8:01 PM, chris knarvik wrote: > >> that was incomplete it was supposed to be ive fixed most of my problems

Re: [Tutor] Syntax error help

2012-03-30 Thread bob gailer
Please always reply-all so a copy goes to the list. On 3/30/2012 8:01 PM, chris knarvik wrote: that was incomplete it was supposed to be ive fixed most of my problems with your help That's great. Would you post the correct program so we can all learn? And possibly make other helpful suggestio

Re: [Tutor] Syntax error help

2012-03-30 Thread bob gailer
On 3/30/2012 6:20 PM, x23ch...@gmail.com wrote: Thanks I've fixed Great. Please share with us your new program and tell us what you do to run it. -- Bob Gailer 919-636-4239 Chapel Hill NC ___ Tutor maillist - Tutor@python.org To unsubscribe or cha

Re: [Tutor] Syntax error help

2012-03-30 Thread x23ch...@gmail.com
Thanks I've fixed Sent from my iPod On Mar 30, 2012, at 5:30 PM, bob gailer wrote: > On 3/30/2012 4:26 PM, chris knarvik wrote: >> Alright i have been trying to right a (relatively) simple to calculate area >> and volume below is my current working code > > Suggestion: start with a VERY SIMPL

Re: [Tutor] Syntax error help

2012-03-30 Thread Modulok
On 3/30/12, chris knarvik wrote: > Alright i have been trying to right a (relatively) simple to calculate area > and volume below is my current working code > def areamenu(): > print 'Square (1)' > print 'triangle (2)' > print 'rectangle (3)' > print 'trapazoid (4)' > print 'ci

Re: [Tutor] Syntax error help

2012-03-30 Thread bob gailer
On 3/30/2012 4:26 PM, chris knarvik wrote: Alright i have been trying to right a (relatively) simple to calculate area and volume below is my current working code Suggestion: start with a VERY SIMPLE program and get that working. Then add one new feature at a time. Is the following in Area.p

Re: [Tutor] Syntax error help

2012-03-30 Thread Evert Rol
> Alright i have been trying to right a (relatively) simple to calculate area > and volume below is my current working code > def areamenu(): > print 'Square (1)' > print 'triangle (2)' > print 'rectangle (3)' > print 'trapazoid (4)' > print 'circle (5)' > > def squareacalc():

[Tutor] Syntax error help

2012-03-30 Thread chris knarvik
Alright i have been trying to right a (relatively) simple to calculate area and volume below is my current working code def areamenu(): print 'Square (1)' print 'triangle (2)' print 'rectangle (3)' print 'trapazoid (4)' print 'circle (5)' def squareacalc(): sidelength = inp