Commit 20a78625 by BellCodeEditor

save project

parent b11f1625
Showing with 5 additions and 2 deletions
class Cat(object):
def skill():
print('小猫抓着力')
...@@ -18,4 +18,4 @@ class Hero(object): ...@@ -18,4 +18,4 @@ class Hero(object):
print('你干嘛哼哼哎呦') print('你干嘛哼哼哎呦')
梦泪 = Hero("梦泪") 梦泪 = Hero("梦泪")
坤坤 = Hero("坤坤") 坤坤 = Hero("坤坤")
yase.combat(houyi) 梦泪.combat(坤坤)
\ No newline at end of file \ 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