This console application will maintain record of different vehicles. User will enter vehicle number, name and parking price. This application will hold record with parking time and exit time. If vehicle will park second time then this will take only vehicle number and change status exit to entered.
- Data structures
- linked list
Python
Pycharm