Commit 7a68caf8 by BellCodeEditor

auto save

parent 51d89648
Showing with 10 additions and 0 deletions
class Dog:
def __init__(self,colo):
self.q=2
self.i=2
self.y=1
self.colo=colo
dog1=Dog('red')
print(dog1.colo)
print(dog1.self)
\ 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