Commit 5c4d2543 by BellCodeEditor

save project

parent 478bf565
Showing with 6 additions and 6 deletions
class Cat: class Cat:
def__init__(self): def __init__(self):
self.footnum=4 self.footnum=4
self.enemy=2 self.enemy=2
self.head=1 self.head=1
self.earnum=2 self.earnum=2
self.skin='black' self.skin='black'
def run(self): def run(self):
print('猫跑') print('猫跑')
......
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