Commit e92500f4 by BellCodeEditor

save project

parent be9d474d
Showing with 7 additions and 0 deletions
class Cat():
def __init__(self):
self.name='小猫'
def skill(self,things):
print(self.name+"抓住了"+things)
cat=Cat()
cat.skill('mouse')
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