Python 3 Tutorial | identity operators | 'is' and 'is not' Operators

preview_player
Показать описание
How to use Python Identity Operators - "is" and "is not" Operators.
1. you can use Identity Operators to determine if two Object References are pointing to same object.
2. You can use the Identity Operators to to test if a value is "None" or is not "None".
3. you can use the Identity Operators to test if a value is of a particular data type.
Рекомендации по теме
Комментарии
Автор

Hello friends, don't forget to like and Subscribe to our channel for more videos

DikeChris