Commit 8342c5ab by BellCodeEditor

auto save

parent 27a367e1
Showing with 8 additions and 0 deletions
class Cat:
def __init__(self,type,color):
self.type=type
self.color=color
jg=Cat("tian","huang")
print(jg.color)
\ 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