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

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to