Car.py
- Implementation of the Car, Convertible and Engine classes.ParkingLot.py
- Implementation of the ParkingLot class.RaceTest.py
- Test script that creates two types of cars and then races them.ParingTest.py
- Test script that creates five car objects and one parking lot object and tries to park the cars into the parking lot.
Run the files RaceTest.py
and ParkingTest.py
on Python.