The Python Calculator

Step 1 – Print the intro

Code helper image

We'll start by printing a title and an introduction to the program.

You've done this sort of thing before so you know how it works.

  1. Use the code in the screenshot
  2. Remember, the line  print()  just prints a blank line. This keeps the program easier to read for the user.
  3. Save your program in your OneDrive. Call it something like calculator
  4. Run your code to check everything is working OK (Run > Run Module)

Python will ask you to save your code each time you make a change and then run it. Just say OK each time.