lesson 1
lesson 1
What is Python?
What is Python?
Python is a programming language. You can use it to make games, apps, websites, tools, and much more.
The print() command displays something on the screen.
print("Hello, world!")
When you run it, you'll see:
Hello, world!
Change the message inside print().
Change Hello, world! to your own message.
Then press Run.
Next - Lesson 2: HTML Headings & Paragraphs