#!/usr/bin/env python## In Python each module will have a name associated with it## And here is the main moduleif __name__ == "__main__": print "Hello World";
No comments:
Post a Comment