Module 0
Module review
What you can do now.
You have started programming
In this module you learned what a program is, what Python is, and how to run code. You learned that code is a set of instructions, that the editor is where you write them, and that the output panel shows the result.
Remember
• Understand what a program is • Recognize Python code • Run code and see output • Read simple error messages • Know that mistakes are part of learning
What is a program?
What does the Run code button do?
What should you do when you see an error?