In python ,how can I use a method of a class in a normal function outside the class?
Class Python: def __init__(self,a): self.__a=a def get_a(