[Tutor] Passing perimeters in dictionary values?

Emile van Sebille emile at fenx.com
Wed Feb 25 02:50:27 CET 2009


nathan virgil wrote:
> Erm, it's still not working...

<snip>

>         if selection in choices:
>            choice = choices[selection]
>            choice[0](choice[1])

s/b            choice[0]()

> 
> main()
> ("\n\nPress the enter key to exit.")


hth,

Emile



More information about the Tutor mailing list