Skip to content

Commit 9f66744

Browse files
authored
Update videogamefan2.py
Signed-off-by: Bubbles The Dev <[email protected]>
1 parent db63afc commit 9f66744

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Python-Fundamentals-part2/student_activity/videogamefan/videogamefan2.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# EXAMPLES NOT FOR USE
2+
# --------------------
3+
14
# Define the Car class
25
class Car:
36
def __init__(self, brand, model):
@@ -20,4 +23,4 @@ def display_info(self):
2023
my_car.display_info() # Display the car details
2124
my_car.drive() # Call the drive method
2225

23-
# PASS
26+
# PASS

0 commit comments

Comments
 (0)