Python类变量、实例变量的学习笔记

发布时间:2019-12-03编辑:脚本学堂
Python类变量、实例变量

先上一段代码:
 

复制代码 代码如下:
class LazyRules:
rules_filename='plural6﹔ules.txt'
def __init__(self):
  self.pattern_file=open(self.rules_filename,encoding='utf