Hi!

Your code run OK for me.

But, if you want "time-lag" (sorry for my english) execution, you can 
try this:


def a():
    print "this is a"

def b():
    print "this is b"

lst = [a, b]
[f() for f in lst]







-- 
@-salutations

Michel Claveau


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to