I built a simple Inventory Management System using Python (lists + dictionaries) inside Jupyter Notebook. It can: - View inventory - Add products - Update stock levels - Check for low stock/reorder ...