Commit 59229ac3 by BellCodeEditor

auto save

parent 22354288
Showing with 10 additions and 0 deletions
class Hk:
def __init__(self):
self.level = 1
self.name = 'yase'
def ae(self):
self.level = self.level - 2
yase = Hk()
yase.ae()
print(yase.name + 'dengjishi' + str(yase.level))
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