Do Now

Open and save a new file called my_file.py in the IDE. Run a program by typing python3 my_file.py into the terminal. See the instructions below for how to open, save, and run a file in Cloud9.

Practice typing the following expressions in the editor and running the code.

2 * 3 * 5
"abc"
"abc" + "bde"

Now try typing the statement below into the file. Save and run the code.

print(2*3*5)

Write down the result. Explain what print does. Try printing out 3 different values.

SNAP Flashback – Print Command

How to open, save, and run a file

  1. Open Open A file
  2. Save
    • Save how you would on a Word, or by going to File->Save
  3. Run Run Python 3
    • If there is not a terminal open: New Terminal