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) [email protected]; http://www.facebook.com/mehgcap _______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor
