Hello World
Hello World
def Hello_World():
print("Hello World")
def main():
Hello_World()
if __name__ == '__main__':
Hello_World()
Hello World! This post is to denote the start of this blog / website. Feel free to contact me if you have any other questions!