Python - Encapsulation and Data Protection
Given a class
Secret with a name-mangled attribute __key, how can you access __key from outside the class?