summaryrefslogtreecommitdiff
path: root/pypers/marelli/modulo4/test_parent_child/child.py
blob: 098ed4b6210f952f53f1f373d238109646ff03dd (plain)
1
2
3
4
import time
for i in range(10):
    print "%s I am the child!" % i
    time.sleep(1)