Commit 0c0a84ef by BellCodeEditor

auto save

parent d493d152
Showing with 9 additions and 0 deletions
class dog:
def __init__(self,eye,foot,skin):
self.yanjing=eye
self.jiao=foot
self.pifu=skin
dou=dog(2,4,"black")
print(dou.yanjing)
\ 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