Commit 90f2fc9f by BellCodeEditor

auto save

parent d4e9b20a
Showing with 13 additions and 0 deletions
class cat():
def __init__(self):
self.FootNum = 4
self.HeadNum = 1
self.EyeNum = 2
self.HarcNum = 2
self.skin = "black"
def run(self):
print("我在开心的跑步")
q = cat()
q.run()
\ 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