Commit 5d82b798 by BellCodeEditor

save project

parent 080311f6
Showing with 13 additions and 0 deletions
class Cat:
def __init__(self):
self.f=4
self.e=2
self.h=1
self.ear=2
self.skin='black'
def run():
print("猫飞起来了")
def skill(self,e):
print("猫抓住了"+e)
a=Cat()
a.skill("laoshu")
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