Lesson 4: Numbers and Calculations in Python
If Python can remember numbers, can it also work things out with them? The answer begins with the difference between storing a value and using a value in a calculation. This section explores how variables, number literals and operators combine to form Python expressions. It also explains why the equals sign in an assignment does not mean “add these two values”.
