Reserved classes of identifiers
Certain classes of identifiers (besides keywords) have special meanings. These classes are identified by the patterns of leading and trailing underscore characters:
_name #
_name (single leading underscore)
Not imported by “from module import *”.
Also the special identifier “_” is used in the interactive interpreter to store the result of the last evaluation; it is stored in the __builtin__ m