The answers on the right show individual steps needed to run Python programs either on your computer or directly in your web browser as part of some lessons and activities in this online course. Drag the steps under the matching heading in the correct sequence needed to run Python programs in that environment.

Fill in the missing pieces:
Running Python on Your Computer
Running Python in our Online Course
Choose from the following choices:
Install the Python interpreter
Click the Run Code button to see the program output
Type code directly into the source code panel
Run the Python interpreter with your source files to produce program output
Create Python ".py" source filesThe answers on the right show individual steps needed to run Python programs either on your computer or directly in your web browser as part of some lessons and activities in this online course. Drag the steps under the matching heading in the correct sequence needed to run Python programs in that environment.

Fill in the missing pieces:
Running Python on Your Computer
Running Python in our Online Course
Choose from the following choices:
Install the Python interpreter
Click the Run Code button to see the program output
Type code directly into the source code panel
Run the Python interpreter with your source files to produce program output
Create Python ".py" source files

Running Python on Your Computer:

1. Install the Python interpreter
2. Create Python ".py" source files
3. Run the Python interpreter with your source files to produce program output

Running Python in our Online Course:
1. Type code directly into the source code panel
2. Click the Run Code button to see the program output