🌈 搜索
📅  最后修改于: 2022-03-11 14:45:33.700000             🧑  作者: Mango
class Base: def __init__(self): self.__private_attribute = 2 #two underscores before attribute declare it as private