Is it main file : Main : Introduction PYTHON TUTORIALS


PYTHON TUTORIALS » Introduction » Main »

 

Is it main file


def hello():
    print "Hello, world!"

def test():
    hello()

if __name__ == '__main__': test()



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo Introduction
» Main