filmov
tv
Python Operators: Identity Operators

Показать описание
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
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