John Henry schrieb:
      exec fct


You don't want this. You want to store the function in a list instead:

l = [ f1, f3, others ]
for i in [0,1]: l[i]()

Greetings,
Fabiano
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to