Commit 3b068c4b by BellCodeEditor

save project

parent d567e223
Showing with 0 additions and 5 deletions
......@@ -16,7 +16,3 @@ class Hero:
info3 = self.name+'赢了'
print(info1+info2+info3)
yase = Hero('亚瑟')
houyi = Hero('后羿')
yase.combat(houyi)
houyi.combat(yase)
\ 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