Computer Science, asked by devanshgarg2006, 2 months ago

type shows the identity of the object. in python
True
False​

Answers

Answered by Anonymous
1

Answer:

Object Type

“The type() function returns an object's type (which is an object itself). Like its identity, an object's type is also unchangeable.” ... As we learned above, all data in Python is an object.

Similar questions