Commit a69f1bdc by BellCodeEditor

save project

parent 0c622e84
Showing with 4 additions and 3 deletions
class cat:
class Dog:
def_init_(self):
self.footNum = 4
self.eyeNum = 2
self.head = 1
self.earsNum = 2
self.skin = "black"
self.skin = "white"
def run(self)
print("好久不见好吧")
def skill(self,prey)
print("愿意喝人"+prpy)
role = Cat()
class = 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