Home
Published Apr 07, 2019
Hello world, this is my first blog post.
Mostly just checking to see how this works.
def hello_world(): """Print 'Hello World!'""" print('Hello World!') if __name__ == '__main__': hello_world()