To determine the type of an object we use_______function.
Answers
Answered by
0
Answer:
There are two built-in functions that help you identify the type of an object. You can use type() if you need the exact type of an object, and isinstance() to check an object's type against something. please make me as brainliest
Similar questions