Created
December 21, 2019 16:14
-
-
Save FerdinaKusumah/208adb78077b96e79640cdb0d390ca03 to your computer and use it in GitHub Desktop.
Underscore Python
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class PrefixPostfixTest: | |
def __init__(self): | |
self.__bam__ = 42 | |
>>> PrefixPostfixTest().__bam__ | |
42 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment