Ex
Exerpad
🔥0
0 XP
Lv.1 Beginner

Getting Started with Python

Learn the basics of Python programming — printing, variables, and your first programs!

1

Print

Learn how to display text and numbers on the screen using print().

0/11
🔒

Variables

Learn how to store and use data with variables.

Complete required exercises in "Print" to unlock
🔒

Linear Programs

Write programs that run step by step — math, strings, and f-strings.

Complete required exercises in "Variables" to unlock
🔒

Input & Type Conversion

Learn how to read input from the user and convert between types.

Complete required exercises in "Linear Programs" to unlock
🔒

Conditions

Learn how to make decisions in your programs with if, elif, and else.

Complete required exercises in "Input & Type Conversion" to unlock
🔒

While Loops

Learn how to repeat code using while loops.

Complete required exercises in "Conditions" to unlock
🔒

For Loops

Learn how to loop with for and range().

Complete required exercises in "While Loops" to unlock
🔒

Lists

Learn how to store and work with collections of items.

Complete required exercises in "For Loops" to unlock
9

Pixel Projects

Create colorful visual art with code!

0/11
🔒

Dictionaries

Learn how to store data with keys and values.

Complete required exercises in "Pixel Projects" to unlock
🔒

Sets

Learn about sets — collections with no duplicates.

Complete required exercises in "Dictionaries" to unlock
🔒

Functions

Learn how to define and call your own functions.

Complete required exercises in "Sets" to unlock
🔒

String Manipulation

Learn powerful ways to work with text using string methods.

Complete required exercises in "Functions" to unlock
Exerpad — Learn to Code with Fun!