Commit bbcdae3a by BellCodeEditor

auto save

parent 6f80af84
Showing with 9 additions and 0 deletions
class Cat:
def_init_(self,type,color,price):
self.footNum = 4
self.type = type
self.color = color
self.price = price
def say_price(self):
print()
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