Commit 5ff9f519 by BellCodeEditor

save project

parent c4b578d7
Showing with 11 additions and 4 deletions
......@@ -18,6 +18,7 @@ class Hreo:
info = info1+info2+info3
print(info)
exit()
yase = Hreo("垭瑟")
houyi=Hreo("后羿")
yase.combat(houyi)
\ No newline at end of file
yase = Hreo("垭瑟")
houyi=Hreo("后羿")
yase.combat(houyi)
class cat
def_init_(self):
self.footNum = 4
self.eyeNum = 2
self.head = 1
self.earsNum = 2
\ 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