Commit a75e791f by BellCodeEditor

save project

parent f9c943bf
Showing with 18 additions and 0 deletions
class Cat:
def __init__(self):
a.foots = 4
a.eyea = 2
a.hand = 1
a.earss = 2
a.skin = 'black'
def run(a):
print('w')
def skill(a,q):
print('z'+q)
x = Cat()
x.skill('h')
\ 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