Travel
Purchased Item Tracker using Python
Here's a simple Python script that will allow you to keep track of items purchased while overseas or traveling. The script will prompt you to enter item details such as the name, price, and quantity. It then stores the information in a list and displays a summary of all the items purchased.