Create a simple Python script called `hello.py` that prints 'Hello, World!' to stdout. The script should: 1. Have a `main()` function 2. Use `if __name__ == '__main__'` guard 3. Include a docstring
Create a simple Python script called
hello.pythat prints 'Hello, World!' to stdout.The script should:
main()functionif __name__ == '__main__'guard