Re: Using len()
On Sat, 11 Mar 2006 01:05:48 -0800, ctilly wrote:
That works, thanks. Can you tell me why the differences exist?
For those who have just joined us, "that" is using raw_input() instead of
input().
I don't know why input() is the equivalent of eval(raw_input(prompt)), but
it is. Presumably Guido thought it was a good idea at the time. I recall
hearing somewhere that Guido is planning to rename raw_input() to input()
some time in Python 3.
--
Steven.
.
Relevant Pages
- Thoughts on Guidos ITC audio interview
... Guido gave a good, long interview, available at IT Conversations, as was ... Python is how ABC was inextricably tied to its environment, ... I've been very resistant toward learning any language ... kinds of things people use code blocks for in Ruby. ... (comp.lang.python) - Re: python-dev Summary for 2004-08-01 through 2004-08-15
... > wider Python community of on-going developments on the list. ... The less time Guido can make ... @decorator seemed to drop from the sky - it was not even one of the top 2 ... (comp.lang.python) - Re: - E04 - Leadership! Google, Guido van Rossum, PSF
... Harald Armin Massa wrote: ... A confirmation by Martellibot, that Guido is IN FACT sitting 15m ... I am sure that more people in the Python community are reading c.l.p. ... (comp.lang.python) - Re: Guido rethinking removal of cmp from sort method
... Many of you (Guido included) have lost significant sight of a critical object oriented philosophical pillar ... To cut right to the heart of it--- NEVER change an advertised interface. ... I think your overall worship of Guido as Python King has left many of you with nobbled thinking. ... This sad broken move from 2.x to 3.x has the potential of ruining the language for everyone. ... (comp.lang.python) - AW: Calling foreign functions from Python? ctypes?
... Guido, which states that he does not accept ctypes for the standard library. ... Thomas Heller ... Betreff: Re: Calling foreign functions from Python? ... (comp.lang.python) |
|