The Basics

Python is an interpreted language. That means that each line is processed sequentially, starting from the top of a file. Programs for interpreted languages are often called scripts. We will start our scripting by learning about variables, operators, expressions, and statements.

Previous
Next