Computer Science, asked by vaisnavi2005, 9 months ago

explain the identity operators in Python​

Answers

Answered by yash5550
1

Answer:

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) int evaluates to True because 3 is indeed an integer number.

Please mark my answer brainlist.

Similar questions