Getting Started · Lesson 6 of 76
What is Python
Python is a programming language — a way of writing instructions a computer can follow. You write text (the code), and a program called the Python interpreter reads it line by line and does what it says.
Python
The version we use is Python 3 (the modern one). In this course you don't need to install anything to start — the Run boxes already have Python ready. When you're set up on your own machine later, the same code will behave the same way.
Your turn: add a third print(...) line and run it.
You’re reading for free. Sign in to keep your progress and earn a certificate when you finish.Sign in to keep my progress →