Untitled

Anonymous
plain_text
03/10/2023 8:16 AM
96 B
17
Indexable
class a:
  def __init__(self,x):
    self.__x = x
ab = a(3)
ab._a__x
Editor is loading...