Commit e6c7e140 by BellCodeEditor

save project

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