Re: Accepting text input

2008-05-14 Thread Kam-Hung Soh
On Thu, 15 May 2008 12:36:29 +1000, Collin <[EMAIL PROTECTED]> wrote: Kam-Hung Soh wrote: On Wed, 14 May 2008 11:02:36 +1000, Collin <[EMAIL PROTECTED]> wrote: Gabriel Genellina wrote: En Mon, 12 May 2008 01:54:28 -0300, Collin <[EMAIL PROTECTED]> escribió: Collin wrote: I'm pretty new t

Re: Accepting text input

2008-05-14 Thread John Salerno
On Thu, 15 May 2008 02:36:29 GMT Collin <[EMAIL PROTECTED]> wrote: > So the .lower() string method is just to convert the string to lowercase > letters so that you don't have to type a bunch of if - then statements > in both cases, I'm assuming? You can also type: dir(str) to get a list of al

Re: Accepting text input

2008-05-14 Thread Collin
Kam-Hung Soh wrote: On Wed, 14 May 2008 11:02:36 +1000, Collin <[EMAIL PROTECTED]> wrote: Gabriel Genellina wrote: En Mon, 12 May 2008 01:54:28 -0300, Collin <[EMAIL PROTECTED]> escribió: Collin wrote: I'm pretty new to Python, but this has really bugged me. I can't find a way around it.

Re: Accepting text input

2008-05-13 Thread Kam-Hung Soh
On Wed, 14 May 2008 11:02:36 +1000, Collin <[EMAIL PROTECTED]> wrote: Gabriel Genellina wrote: En Mon, 12 May 2008 01:54:28 -0300, Collin <[EMAIL PROTECTED]> escribió: Collin wrote: I'm pretty new to Python, but this has really bugged me. I can't find a way around it. The problem is th

Re: Accepting text input

2008-05-13 Thread Collin
Gabriel Genellina wrote: En Mon, 12 May 2008 01:54:28 -0300, Collin <[EMAIL PROTECTED]> escribió: Collin wrote: I'm pretty new to Python, but this has really bugged me. I can't find a way around it. The problem is that, when I use raw_input("sajfasjdf") whatever, or input("dsjfadsjfa"), you

Re: Accepting text input

2008-05-11 Thread Gabriel Genellina
En Mon, 12 May 2008 01:54:28 -0300, Collin <[EMAIL PROTECTED]> escribió: > Collin wrote: >> I'm pretty new to Python, but this has really bugged me. I can't find a >> way around it. >> >> >> The problem is that, when I use raw_input("sajfasjdf") whatever, or >> input("dsjfadsjfa"), you can only ha

Re: Accepting text input

2008-05-11 Thread Collin
Collin wrote: I'm pretty new to Python, but this has really bugged me. I can't find a way around it. The problem is that, when I use raw_input("sajfasjdf") whatever, or input("dsjfadsjfa"), you can only have numerical values as answers. Any help would be appreciated. Thanks. Oh, wow. I f

Accepting text input

2008-05-11 Thread Collin
I'm pretty new to Python, but this has really bugged me. I can't find a way around it. The problem is that, when I use raw_input("sajfasjdf") whatever, or input("dsjfadsjfa"), you can only have numerical values as answers. Any help would be appreciated. Thanks. -- http://mail.python.org/mail