This project contains solutions to 4 Python tasks. Each task is implemented in a separate file.
Task 1: Product Collections (Lists & Tuples) File name: task1_products.py
Task 2: Categories (Sets) File name: task2_categories.py
Task 3: Product Pricing (Dictionaries) File name: task3_pricing.py
Task 4: Combined Operations File name : task4_combined.py