Python Programming - Conditional Statements - Discussion

Discussion Forum : Conditional Statements - General Questions (Q.No. 29)
29.
Which built-in function is used to check the type of an object?
typeof()
type()
otype()
istypeof()
Answer: Option
Explanation:
The type() function is used to check the type of an object in Python.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.