Hello World! Oct 13, 2021 [ python ] def hello(): print("Hello World") if __name__ == "__main__": hello() Please enable JavaScript to view the comments powered by Disqus.