# Introduction In this lab, you need to create two classes: `Engine` and `Vehicle`, where the `Vehicle` class contains an object of the `Engine` class and implements a `get_power()` method to retrieve the power attribute of the engine.
Click the virtual machine below to start practicing