~ Numbers


Addition, subtraction, multiplication, and division

Now that we've got numbers down, let's explore basic math in Python. In each of the consoles below:

  1. Take a look at the math commands that have been typed already
  2. Try out a few math commands of your own

Addition

Subtraction

Multiplication

Division

Addition, subtraction, and multiplication work the same in Python as you've seen elsewhere.