# Introduction In object-oriented programming, a subclass is a class that is derived from an existing class, also known as the parent class or base class. In this challenge, we will try to define a subclass of a class in Python.
Click the virtual machine below to start practicing