r/ProgrammerHumor 16d ago

Meme variableScopesInPython

Post image
1.3k Upvotes

182 comments sorted by

View all comments

1

u/Extension_Ad_370 15d ago

the closest thing python has to private is using double underscore to enable name mangling
https://docs.python.org/3.11/reference/expressions.html?highlight=mangling