Re: [Tutor] Help..Concatenaton Error

2009-06-12 Thread Kent Johnson
On Thu, Jun 11, 2009 at 9:00 PM, Randy Trahan wrote: > Also Programming Lanquage Question: > I have studied and an fairly proficient at XHTML and CSS, I tried Javascript > but just didn't like it for some reason..so I am trying Python which so far > fits my personality, needs, whatever that part i

Re: [Tutor] Help..Concatenaton Error

2009-06-12 Thread Alan Gauld
"Randy Trahan" wrote Attached is an error I cannot get to work, I was doing a print concatenation but it won't let me get past "+ "ibly impressive. " \ (then to next line) You don;t appear to have a quote in front of the string - immediately after the print statement? BTW While that is OK a

Re: [Tutor] Help..Concatenaton Error

2009-06-11 Thread Andre Engels
On Fri, Jun 12, 2009 at 3:00 AM, Randy Trahan wrote: > Attached is an error I cannot get to work, I was doing a print concatenation > but it won't let me get past "+ "ibly impressive. " \ > (then to next line) It's wrong at a few places, but the first is at the very beginning. You need a quote mar

Re: [Tutor] Help..Concatenaton Error

2009-06-11 Thread Dave Angel
Randy Trahan wrote: Attached is an error I cannot get to work, I was doing a print concatenation but it won't let me get past "+ "ibly impressive. " \ (then to next line) If you had included the sample lines in your message, instead of an attachment, then it'd be part of the mailing list, a

Re: [Tutor] Help..Concatenaton Error

2009-06-11 Thread Martin Walsh
ayyaz wrote: > Randy Trahan wrote: >> Attached is an error I cannot get to work, I was doing a print >> concatenation but it won't let me get past "+ "ibly impressive. " \ >> (then to next line) >> >> Also Programming Lanquage Question: >> I have studied and an fairly proficient at XHTML and CSS,

Re: [Tutor] Help..Concatenaton Error

2009-06-11 Thread ayyaz
Randy Trahan wrote: Attached is an error I cannot get to work, I was doing a print concatenation but it won't let me get past "+ "ibly impressive. " \ (then to next line) Also Programming Lanquage Question: I have studied and an fairly proficient at XHTML and CSS, I tried Javascript but just