Commit 709338f7 by BellCodeEditor

auto save

parent cfceb463
Showing with 10 additions and 0 deletions
class Dog():
def __init__(self,co,ty,pr):
self.t=4
self.ty=ty
self.co=co
self.pr=pr
dog1=Dog('黑色','不知道','还是不知道')
print(dog1.t,dog1.ty,dog1.co,dog1.pr)
\ 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