Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
#!/usr/bin/python
def main():
print "hello wordl"
print "hello world"
if __name__ == "__main__":
main()