Repository containing Python exercises inspired by concepts studied during the IntroComp course at UFES. Although inspired by the course topics, all exercises and solutions in this repository were independently designed and implemented by me as a way to practice programming logic and improve problem-solving skills.
- Variables
- Operators
- Conditionals
- Loops
- Functions
- Lists
- User Input and Output
- Problem Solving
This repository was created to:
- Practice Python fundamentals
- Improve logical thinking
- Reinforce programming concepts
- Build consistency through coding exercises
- Track my learning progress
- Python 3
- VS Code