Commit 9223d2c8 by BellCodeEditor

save project

parent f3068b68
Showing with 2 additions and 2 deletions
...@@ -4,7 +4,7 @@ class Hero: ...@@ -4,7 +4,7 @@ class Hero:
a.level=1 a.level=1
a.attack=attack a.attack=attack
a.name=name a.name=name
yase=Hero(1,1,"王栋巍") yase=Hero(300,20,"亚瑟")
houyin=Hero(1,1,"王栋巍后羿") houyin=Hero(250,23,"后羿")
print(houyin.name) print(houyin.name)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment