Lesson 4: Your First Python Program

Create a file called hello.py and write:

print("Hello, welcome to Python programming!")

Run the file using:

python hello.py

If you see the message, congratulations 🎉