Python code usually uses a _leading_ underscore to mark an identifier "private" 
and _trailing_ underscores to distinguish identifiers from keywords.

[https://www.python.org/dev/peps/pep-0008/#descriptive-naming-styles](https://www.python.org/dev/peps/pep-0008/#descriptive-naming-styles)

Reply via email to