Skip to content

Commit 5467a6c

Browse files
committed
1.构造函数5
1 parent bb72eb1 commit 5467a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com/lxl/test/Sln_Demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ def speak(self):
3131
p3 = Person('赵四', '56')
3232
print(p3.speak())
3333

34-
p4 = Person('王五', '57')
34+
p4 = Person('王五', '54')
3535
print(p4.speak())

0 commit comments

Comments
 (0)