0 Members and 1 Guest are viewing this topic.
def function1(): print "Hi" function2()def function2(): print "Hello" function3()