A collection of simple Python programs and exercises to learn and practice the fundamentals of Python programming.
- Variables and Data Types
- Input and Output
- Operators
- Conditional Statements (
if,else,elif) - Loops (
for,while) - Functions
- Lists, Tuples, and Dictionaries
- Basic String Operations