type shows the identity of the object. in python
True
False
Answers
Answered by
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