Commit 91903b76 by BellCodeEditor

auto save

parent 97f4eb45
Showing with 2 additions and 4 deletions
...@@ -21,8 +21,6 @@ class Hero(object): ...@@ -21,8 +21,6 @@ class Hero(object):
exit() exit()
xiaobai = Hero("小白") xiaobai = Hero("小白")
xiaohei = Hero("小黑") xiaohei = Hero("小黑")
xiaobai.combat(xiaohei) for i in range(15):
xiaobai.combat(xiaohei) xiaobai.combat(xiaohei)
xiaobai.combat(xiaohei)
xiaobai.combat(xiaohei)
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