Re: Input again
by Fredrik Lundh other posts by this author
Jul 13 2002 1:10PM messages near this date
Re: XML overuse? (was Re: Python to XML to Python conversion)
|
Moving list entries from one list to another
Mark McEahern wrote:
> input is a keyword; probably not a good idea to use
> it as a variable name.
no, it's not: it's a built-in function. it's perfectly okay
to override it, if you feel like it.
(as long as you don't complain on comp.lang.python when
you find that you cannot use the original function in the
same program...)
</F>
--
http://mail.python.org/mailman/listinfo/python-list
|