Commit 5c5aefe5 by BellCodeEditor

auto save

parent c8194b89
Showing with 8 additions and 13 deletions
class Cat: class Cat:
def __init__(self): def __init__(self):
self.footNum = 4 # 腿 self.footNum = 4 # 腿
self.eyeNum = 2 # 眼睛 self.eyeNum = meiduan # 眼睛
self.head = 1 # 头 self.color = blackwhite # 头
self.earsNum = 2 # 耳朵 self.sb = 864578 # 耳朵
self.skin = "black"
def run(self): def __init__(sprice):
print("小猫飞快的跑起来") print(str(self.sb))
animal.Cat=("美短""黑白""2000")
def skill(): animal.say_price()
print("小猫抓住了"+prey) \ No newline at end of file
role = Cat()
role.skill("老鼠")
\ 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