# Introduction The challenge is about creating classes and objects in Python that represent employees in an organization. You will create a class named "Employee" and two subclasses named "Developer" and "Manager".
Click the virtual machine below to start practicing