Commit db91294d by BellCodeEditor

save project

parent ca1c9427
Showing with 10 additions and 0 deletions
class Yin:
def __init__(self,name,gong,xi):
self.den=1
self.name=name
self.gong=gong
self.xi=xi
yase=Yin("亚瑟",50,200)
print(yase.name)
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