# Introduction In this Python challenge, we are required to create a child class named Bus that inherits from the parent class named Vehicle. The default fare charge for any vehicle is seating capacity \* 100. If the instance is of Bus, we need to add an extra 10% on the full fare as a maintenance charge.
Click the virtual machine below to start practicing