Commit afd2f3c1 by BellCodeEditor

save project

parent b948c95c
Showing with 3 additions and 0 deletions
......@@ -34,3 +34,5 @@ print("玩家的攻击力为:",player.attack)
print('玩家的英雄类型为'+player.leixing)
print('玩家的等级为'+str(player.level))
caocao=Hero('caocao')
caocao.combat(player)
caocao.combat(player)
\ 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