8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffcd36c commit 5f73c47Copy full SHA for 5f73c47
session_10/answers/A4.py
@@ -1,5 +1,5 @@
1
2
-# 3. Create a Vehicle parent class, initialise it with, wheels, colour and a method to display all this information.
+# 4. Create a Vehicle parent class, initialise it with, wheels, colour and a method to display all this information.
3
# - i. Create a Tesla (or any car brand) child classs and add a method to get the miles and a method to display all this information.
4
# - ii. Change the colour of the vehicle.
5
# - iii. Delete the wheels.
0 commit comments