Write source in Python code for identity operators.
Answers
Answered by
0
Answer:
Identity operators. The identity operators in Python are used to determine whether a value is of a certain class or type. They are usually used to determine the type of data a certain variable contains. ... For example, type(3) is int evaluates to True because 3 is indeed an integer number.
Similar questions