In this lesson, we’ll create a hello world program in Python!
A hello world program is a simple program that prints hello world to the screen.
Setup
First of all, open a text editor or Python IDE. Create a new file with the .py extension. My file is called hello.py.
Inside this file,