Hello . My solution fails the eighth test. Arithmetically, the calculation is correct; the attributes change values for an individual instance of the class. A message is displayed. What is the problem?
This is what is displayed in the check:
(testcar := Car()).startengine()
testcar.drive(21)
testcar.drive(10)
Your result:
"Engine has started\nCurrently driven 21 km, total fuel used - 147 l\nCurrently driven 10 km, total fuel used - 70 l\n"
Created at: 2024/05/09 09:43; Updated at: 2024/07/17 09:17