Skip to content

Commit b6c10a5

Browse files
authored
Python 类与对象
1 parent 8cd9a1a commit b6c10a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

day-010/class.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ def run(self,speed):
106106
bc = BMWCar("宝马")
107107
bc.run("100迈")
108108
sc = SVWCar("大众")
109-
sc.run("80迈")
109+
sc.run("80迈")

0 commit comments

Comments
 (0)