8000 Moved questions around · ihf-code/python@5f73c47 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5f73c47

Browse files
committed
Moved questions around
1 parent ffcd36c commit 5f73c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

session_10/answers/A4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# 3. Create a Vehicle parent class, initialise it with, wheels, colour and a method to display all this information.
2+
# 4. Create a Vehicle parent class, initialise it with, wheels, colour and a method to display all this information.
33
# - 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.
44
# - ii. Change the colour of the vehicle.
55
# - iii. Delete the wheels.

0 commit comments

Comments
 (0)
0