Commit 3fe0eeb5 by BellCodeEditor

save project

parent e2ff6099
Showing with 5 additions and 3 deletions
...@@ -7,10 +7,11 @@ class Cat: ...@@ -7,10 +7,11 @@ class Cat:
self.skin = "black" self.skin = "black"
def run(self): def run(self):
print("小猫飞快的跑起来") print("小猫飞起来")
def skill(): def skill():
?? print('小🐱④了'+prey)
role = Cat()
role = Cat("曼")
role.skill("老鼠") 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