+40 XP
Lesson 97

Course Review

Everything you learned!

Your Journey: Part 1

Module 1: Python Basics

print(), variables, input(), comments

Module 2: Data Types

strings, integers, floats, booleans, type conversion

Module 3: Conditionals

if, elif, else, comparison operators, logic