This repository contains a set of Python exercises designed to practice basic programming skills and working with data structures.
The tasks are based on real-world scenarios, covering areas such as:
- logistics and product storage,
- server monitoring,
- banking analytics,
- quality control in manufacturing.
Each task requires implementing a function that processes input data (lists, dictionaries, numbers) and returns a meaningful result.
The focus is on:
- conditional statements,
- loops,
- working with collections,
- simple data analysis.
- Python 3.8+
- No external libraries required.
Clone the repository and run the task file:
python tasks.py