This repository is dedicated to improving logical thinking and problem-solving skills through daily Python practice of Marianne.
Each script focuses on fundamental programming concepts such as loops, conditionals, functions, data structures, and algorithmic reasoning.
- Build strong Python logic fundamentals
- Develop step-by-step problem-solving habits
- Prepare for coding interviews and projects
- Track consistent daily progress
- Conditional statements (
if,elif,else) - Loops (
for,while) - Functions and parameters
- Lists, dictionaries, and sets
- String manipulation
- Randomization and basic algorithms