Commit d4c88ae2 by BellCodeEditor

save project

parent 9e2dd530
Showing with 1 additions and 1 deletions
......@@ -28,7 +28,7 @@ class Player(Hero): # 玩家英雄
self.hp=1000
self.attack=100
self.Hero_type=Hero_type
print('角色'self.name,'烤好了,是',self.Hero_type,'蛋糕')
print('角色',self.name,'烤好了,是',self.Hero_type,'蛋糕')
print('配料如下,HP:',self.hp,'attack:',self.attack)
......
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