Commit 6f72ac0e by BellCodeEditor

auto save

parent ff020ff5
Showing with 7 additions and 2 deletions
class Doge:
def __init__(self):
self.leg=2
def __init__(self,color):
self.leg=4
self.ears=2
self.eyes=2
self.color=color
gou=Doge('red')
print(gou.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