Python: id() Function - Python Glossary

preview_player
Показать описание
The id() built-in function returns a unique integer which is the identifier of an object in the memory. We can use id() to check if two variables are using the same object.
Рекомендации по теме
Комментарии
Автор

GREAT Tutorial! You are seriously the best at explaining things. Thank you.

Cccoast