[Tutor] help for building tui?

2008-07-03 Thread Dong Li
Hi, everyone If I want to create a text user interface for my application, is there any existed module to facilitate such building? ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Question about string

2008-07-03 Thread Dong Li
> Date: Thu, 3 Jul 2008 10:18:23 +0100 > From: "Alan Gauld" <[EMAIL PROTECTED]> > Subject: Re: [Tutor] Question about string > To: tutor@python.org > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; format=flowed; charset="iso-8859-1&q

[Tutor] Question about string

2008-07-02 Thread Dong Li
Hi, everyone I am new to python, so what I ask may be so basic. I don't know the difference between s = 'a' 'b' and s = 'a'+'b' They have the same results. Thanks for relying! ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/li