Re: A Moronicity of Guido van Rossum
Michael Goettsche wrote: > Assuming you want to reach people to convince them your position is right, > why > don't you try that in proper language? "moron" occured 7 times in your not > too long text, that doesn't let you look like a tech moron or a math moron, > but just like a moron. Actually, an angry moron, due to the use of the expletive 'fuck' 4 times in said text. -- Joshua Simpson -- dataw0lf.org Lead Network Administrator/Engineer Aero-Graphics Inc. [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list
Re: A Tree class, my $0.02 contribution to the python community.
Steve Holden wrote: > Does this type bear any relationship at all to what most people call a > tree, which is a bifurcated data structure? Or do you call it a tree for > some other reason? I'd think that the 'avl' part would answer that question. !google avl tree -- Joshua Simpson -- dataw0lf.org Lead Network Administrator/Engineer Aero-Graphics Inc. [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list
Re: RAW_INPUT
john boy wrote: > > > --thats itif I hit enter again "You may pass," > appears... > ... > What am I doing wrong? raw_input accepts, that's right, input. So, when you get the line "Who goes there?" You don't hit enter; you type whatever you want to be printed with "You may pass,". Then you hit enter. -- http://mail.python.org/mailman/listinfo/python-list
