Skip to content

Commit c972f9b

Browse files
authored
Update and rename Introduction-to-Classes-and-Objects(20 mins).py to Introduction-to-Classes-and-Objects-20mins.py
Signed-off-by: Bubbles The Dev <[email protected]>
1 parent db7ee66 commit c972f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python-Fundamentals-part2/Introduction-to-Classes-and-Objects(20 mins).py renamed to Python-Fundamentals-part2/Introduction-to-Classes-and-Objects-20mins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ def bark(self): # Defines a method.
3131

3232
# Create a class 'Car' with attributes brand and 'model', and a method 'drive()' that prints "The car is driving."
3333

34-
# Create an object of the 'Car' class and call its methods.
34+
# Create an object of the 'Car' class and call its methods.

0 commit comments

Comments
 (0)