Commit b62aefe6 by BellCodeEditor

save project

parent 04fbd987
Showing with 1 additions and 1 deletions
...@@ -8,7 +8,7 @@ class Cat: ...@@ -8,7 +8,7 @@ class Cat:
self.name = '撒逼' self.name = '撒逼'
def run(self): def run(self):
print("小猫"+self.name"飞快的跑起来") print("小猫"+self.name+"飞快的跑起来")
def skill(self,name_): def skill(self,name_):
print('小猫'+self.name+'抓住了'+name_) print('小猫'+self.name+'抓住了'+name_)
......
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