Introduction to Python
Understand what Python is and how to print your first message.
Start Module
Variables & Data Types
Learn how to store data using variables.
Start Module
If-Else Statements
Make decisions in your code using conditions.
Start Module
Loops (For & While)
Repeat actions efficiently with loops.
Start Module