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