Re: [Tutor] Web Questionnaire

2012-06-04 Thread Akeria Timothy
Jun 4, 2012 11:56 AM, "Joel Goldstick" wrote: > On Mon, Jun 4, 2012 at 11:12 AM, Akeria Timothy > wrote: > > Hello All, > > > > I am still new to learning Python and I wanted to know if anyone knew of > a > > script out there that would allow users to an

[Tutor] Web Questionnaire

2012-06-04 Thread Akeria Timothy
Hello All, I am still new to learning Python and I wanted to know if anyone knew of a script out there that would allow users to answer three basic questions, hit submit and send that information to an excel spreadsheet? So, I would want them to submit the following information: Name: Dept: Soft

[Tutor] Joining all strings in stringList into one string

2012-05-30 Thread Akeria Timothy
Hello all, I am working on learning Python(on my own) and ran into an exercise that I figured out but I wanted to know if there was a different way to write the code? I know he wanted a different answer for the body because we haven't gotten to the ' '.join() command yet. This is what I have: de