Core Python Programming (2nd Edition)

20.

Identifiers

pass is a keyword, so it cannot be used as an identifier. The common idiom in all such cases is to append an underscore ( _ ) to the name of the offending variable.

Категории