A simple Python application that calculates the total investment value of stocks based on user input and predefined stock prices.
- Accepts stock name and quantity from the user
- Uses a dictionary to store stock prices
- Calculates total investment value
- Displays a portfolio summary
- Handles invalid stock names
- Python 3
python stock_tracker.pyAAPL 5
Total Investment Value = 900
Rashmitha