Commit 77786540 by BellCodeEditor

save project

parent 1ad361ef
Showing with 2 additions and 2 deletions
...@@ -4,4 +4,4 @@ class player(hero): ...@@ -4,4 +4,4 @@ class player(hero):
self.hp = 200 self.hp = 200
self.attack = 60 self.attack = 60
print("玩家"+self.name+"创建成功") print("玩家"+self.name+"创建成功")
print("玩家"+self.name+"的攻击力,生命值:)
\ No newline at end of file \ No newline at end of file
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