Commit 8c5f9331 by BellCodeEditor

save project

parent 70850cf8
Showing with 15 additions and 0 deletions
class level:
def __init__(self,name,classes,entity,opject):
self.name=name
self.classes=classes
self.entity=entity
self.opject=opject
level1=level('宜居区',1,'较少',4)
print('level1实体数量',level1.entity)
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