Post

Hello World

Hello World!

Some python to get started:

1
2
3
4
5
def  main():
    print "Hello World"

if __name__ == "__main__":
    main()
This post is licensed under CC BY 4.0 by the author.