Although I was not the questioner, I must admit this was a brief but
efficient answer. Reminds me to try something like the last part out
some time...
-Shane
On Apr 7, 2005 4:40 PM, Danny Yoo <[EMAIL PROTECTED]> wrote:
>
>
> On Thu, 7 Apr 2005, Luke Jordan wrote:
>
> > I am looking for a litt
Yes, Danny - that makes sense. I was getting hung up how to handle the
parens in this part
dict['some'](thing)
all clear now.
:-)
On Apr 7, 2005 4:40 PM, Danny Yoo <[EMAIL PROTECTED]> wrote:
>
>
> On Thu, 7 Apr 2005, Luke Jordan wrote:
>
> > I am looking for a little clarification of how exa
On Thu, 7 Apr 2005, Luke Jordan wrote:
> I am looking for a little clarification of how exactly this would work.
>
> 1. How do I associate a function to a dict key?
Hi Luke,
We're probably already familiar of values like numbers and strings, and
how to give them names with variables:
##