[code lang=”python”]#single_double.py class Parent(object): def _single(self): print("Parent single underscore") def __double(self):
確定! 回上一頁