Focus video player for keyboard shortcuts
Auto
- 720p
- 540p
- 360p
1.00x
cc
- 0.50x
- 0.75x
- 1.00x
- 1.25x
- 1.50x
- 1.75x
- 2.00x
We hope you enjoyed this lesson.
Cool lesson, huh? Share it with your friends
About this lesson
Let's create our first program.
Quick reference
First Program
In this lesson we'll create our first program.
When to use
This is the first program all coders create.
Instructions
Our first program will be Hello World!
print("Hello World!")
To run the program from the terminal type:
python hello.py
Hints & tips
- Hello World is usually the first program coders learn!
- print("Hello World!")
- All Python files end in .py
Lesson notes are only available for subscribers.