Welcome to your first Python lab!
This exercise introduces the workflow for completing Python coding assignments.
Runs each question method and prints the returned values.
Contains the Vehicle class. Review this file but do not edit it.
Complete the three functions by replacing the placeholder return values with the correct answers after reviewing vehicle.py.
Contains the unit tests used to verify your answers.
- Revise the return statement of
question1() - Revise the return statement of
question2() - Revise the return statement of
question3()
Do not edit the test file.
Run the tests after completing the lab. All tests should pass.