Untitled

mail@pastecode.io avatar
unknown
plain_text
2 years ago
72 B
3
Indexable
class a:
  def __init__(self,x):
    self.__x = x
ab = a(3)
ab._a__x