This is a quiz lesson. Click the button below to start the quiz.
Lesson 1.1: What is Python? History, Features, and Applications
Lesson 1.2: Setting Up Your Python Environment
Lesson 1.3: Your First Python Program: "Hello, World!" and Basic Syntax
Quiz
Lesson 3.1: Conditional Statements: `if`, `elif`, `else`
Lesson 3.2: Loops: `for` Loop and `range()` function
Lesson 3.3: Loops: `while` Loop and Loop Control (`break`, `continue`)