This repository contains practice code for learning the fundamentals of Python programming.
The exercises are organized into chapters, each focusing on different Python concepts such as:
- Variables & Data Types
- Loops (
for
,while
) - Conditional Statements (
if
,elif
,else
) - Functions
- Dictionaries & Tuples
- Lists
- Basic Input/Output
- Problem-solving exercises