Python Operators: Identity Operators

preview_player
Показать описание
Python Operators: Identity Operators

There are two identity operators, 1.) is and 2.) is not.
Identity operators check if the two objects refer to the same memory block or not and returns a Boolean True or False. This is different from == or equality operator. For details, check the video.

Operators are symbols using which we can perform various operations like addition, subtraction, greater than etc. on values or variables.

#SimpleEasyPython
Рекомендации по теме