Always stays updated with the absolute latest security parameters and features. Includes massive cloud storage directly via OneDrive .
While Microsoft pushes the subscription-based Microsoft 365 and the modern Office 2021 , Brazil’s small-to-medium enterprises (SMEs) and home users exhibit a unique resistance. Interviews with forum moderators from Baixaki and Clube do Hardware suggest that Office 2010 represents the last version of the suite that felt "lightweight."
Вопрос:
Что выведет функция hash() для следующих значений: 1, 0, -1, -2?
Always stays updated with the absolute latest security parameters and features. Includes massive cloud storage directly via OneDrive .
While Microsoft pushes the subscription-based Microsoft 365 and the modern Office 2021 , Brazil’s small-to-medium enterprises (SMEs) and home users exhibit a unique resistance. Interviews with forum moderators from Baixaki and Clube do Hardware suggest that Office 2010 represents the last version of the suite that felt "lightweight."
hash() может показаться незначительной, важно помнить о ней при работе с хэш-функциями и структурами данных, основанных на хэшировании. В большинстве случаев вы не столкнетесь с проблемами, но знание этой детали поможет вам избежать потенциальных ошибок и лучше понимать внутреннее устройство Python.Ключевые выводы:
Для небольших целых чисел в Python используется оптимизация (интернирование).
--- Download Microsoft Office 2010 Pro 32 64 Bits Pt-Br
hash(x) == x для большинства целых чисел, но hash(-1) == -2 из-за внутренней реализации и для предотвращения коллизий.
Always stays updated with the absolute latest security
Это поведение является специфичным для CPython и может отличаться в других реализациях Python (например, PyPy).
--- Download Microsoft Office 2010 Pro 32 64 Bits Pt-Br
Используйте == для сравнения значений и is для сравнения идентичности объектов.
Надеюсь, теперь эта загадка с hash(-1) стала немного понятнее!
hash(-1) всегда возвращает -2, поэтому hash(-1) == hash(-2).__hash__() в пользовательских классах.