Skip to content
CCC Python Course

What a program is

Stage
0
Module
M0.1
Lessons
1

In this module

  • Explain what a program is and what an interpreter does when it runs one.
  • Follow a program's instructions in the order they run, from the first line to the last.
  • Tell apart the source code you write, running it, and the result it produces.

Lessons

  1. 1What a program is