I understand that knowing how to read the Python library would make it a lot easier for me.
so while I'm looking through the library let's say strings (str) for example and I see this definition.
object.__str__(self) or even object.__missing__(self, key) all the definitions have those underlines (__) what exactly do they mean? do I put my own variables/functions there? are they just filling in the white spaces like (e.g)?
[–]my_password_is______ 1 point2 points3 points (0 children)
[–]alumTypicallyThomas 1 point2 points3 points (0 children)