root@0: #!/usr/bin/python root@0: root@0: def main(): root@1: print "hello world" root@0: root@0: if __name__ == "__main__": root@0: main() root@0: