- Original Message -
From: "Ethan Furman"
To:
Sent: Monday, June 13, 2011 10:55 PM
Subject: Re: Binding was Re: Function declarations ?
Patty wrote:
So I am wondering if you learned this
in Computer Science or Computer Engineering?, on the job?
I learned it on
Patty wrote:
So I am wondering if you learned this
in Computer Science or Computer Engineering?, on the job?
I learned it on this list. :)
~Ethan~
--
http://mail.python.org/mailman/listinfo/python-list
"Gregory Ewing" wrote in message
news:95ntrifod...@mid.individual.net...
> Tim Roberts wrote:
>> Andre Majorel wrote:
>>
>>>Anyway, it seems the Python way to declare a function is
>>>
>>> def f ():
>>> pass
>>
>> No, that DEFINES a function.
>
> Actually, it's more illuminating to say tha