hoe to maake private attributes in python using double underscore code example
Example: leading underscore python
A leading underscore indicates to other programmers that the
attribute or method is private. Nothing special is done with
the name itself.