Ruediger wrote:

Executing following little program gives me an TypeError.

What makes me wonder is that foo does get an argument passed while bar
doesn't. Can anyone explain why??????

>>> id
<built-in function id>
>>> lambda x: id(x)
<function <lambda> at 0x00C07C30>

any special reason why you're not using Python to write Python programs, btw?

</F>

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to