Re: [Tutor] Simple python help

2014-06-10 Thread Alan Gauld
On 10/06/14 15:55, Stephen Brazil wrote: Hello! I am brand new to python and need to know how to make the attached lines of code work. Should be pretty self-explanatory. Not if your mail tool doesn't display images. This is a text based list so your code is invisible... But on another mail rea

Re: [Tutor] Simple python help

2014-06-10 Thread Alex Kleider
On 2014-06-10 07:55, Stephen Brazil wrote: Hello! I am brand new to python and need to know how to make the attached lines of code work. Should be pretty self-explanatory. [cid:40C1630E-BBA6-41A6-A641-3B1FBE3CBFB8] ___ Tutor maillist - Tutor@python.o

Re: [Tutor] Simple python help

2014-06-10 Thread Joel Goldstick
On Jun 10, 2014 3:14 PM, "Stephen Brazil" wrote: > > Hello! I am brand new to python and need to know how to make the attached lines of code work. Should be pretty self-explanatory. > > Also, copy and paste code. Use text only not rtfm or html to post. Lose the curly braces. Python doesn't need

Re: [Tutor] Simple python help

2014-06-10 Thread Marc Tompkins
On Tue, Jun 10, 2014 at 7:55 AM, Stephen Brazil wrote: > Hello! I am brand new to python and need to know how to make the attached > lines of code work. Should be pretty > You need quotes. Stephen (without quotes) is an object, which you haven't previously defined. 'Stephen' is a string, whic

Re: [Tutor] Simple python help

2014-06-10 Thread Mark Lawrence
On 10/06/2014 15:55, Stephen Brazil wrote: Hello! I am brand new to python and need to know how to make the attached lines of code work. Should be pretty self-explanatory. I am not responding to Stephen and his amazing technicolour code, sorry :-( -- My fellow Pythonistas, ask not what our la

Re: [Tutor] Simple python help

2014-06-10 Thread Joel Goldstick
On Jun 10, 2014 3:14 PM, "Stephen Brazil" wrote: > > Hello! I am brand new to python and need to know how to make the attached lines of code work. Should be pretty self-explanatory. > > You need to quote 'Stephen' ___ > Tutor maillist - Tutor@python.or