create prive function python code example
Example: create prive function python
# Declaring private method
def __fun(self):
print("Private method")
# Declaring private method
def __fun(self):
print("Private method")