Hi all,
If I wanted to have a dictionary containing functions, could I pass
args to those functions? For example:
menu={
 "option 1":f1,
 "option 2":f2
}
How would I pass args to f1 or f2 in this case? TIA.

-- 
Have a great day,
Alex (msg sent from GMail website)
mehg...@gmail.com; http://www.facebook.com/mehgcap
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to