This program will help a company track vehicles as they come and go and as they move through the internal processed of a parking lot.
Renamed functions and variables for clarity (vehicle_list to parking_spots).
I used .upper() to normalize user input.
I added input validation and user feedback.