Lesson 0.3 — Your First Python Program
Module: Module 0 — Getting StartedEstimated Time: 30–45 minutesPrerequisites: Lesson 0.1 and Lesson 0.2 Learning Goal By the end of this lesson, you should be able to create a Python file, write simple print() instructions, save the file, run it from the terminal, change the program, and recognize a basic syntax error. 1. The Need … Read more