On May 17, 4:34 pm, Peter Otten <__pete...@web.de> wrote:
> kak...@gmail.com wrote:
> > Hi pythonistas,
> > While playing with the Python Standard Library, i came across "cmd".
> > So I'm trying to make a console application. Everything works fine, i
> > created many function with do_(self, lin
kak...@gmail.com wrote:
> Hi pythonistas,
> While playing with the Python Standard Library, i came across "cmd".
> So I'm trying to make a console application. Everything works fine, i
> created many function with do_(self, line) prefix, but when i
> tried to create a function with more argume
On May 17, 4:12 pm, Tim Chase wrote:
> On 05/17/2010 07:11 AM, kak...@gmail.com wrote:
>
> > While playing with the Python Standard Library, i came across "cmd".
> > So I'm trying to make a console application. Everything works fine, i
> > created many function with do_(self, line) prefix, but
On 05/17/2010 07:11 AM, kak...@gmail.com wrote:
While playing with the Python Standard Library, i came across "cmd".
So I'm trying to make a console application. Everything works fine, i
created many function with do_(self, line) prefix, but when i
tried to create a function with more argumen
Hi pythonistas,
While playing with the Python Standard Library, i came across "cmd".
So I'm trying to make a console application. Everything works fine, i
created many function with do_(self, line) prefix, but when i
tried to create a function with more arguments
i can't make it work. e.g
def