Python Programming - Data Types - Discussion

Discussion Forum : Data Types - General Questions (Q.No. 32)
32.
What is the purpose of the type() function?
To convert a variable to a different data type
To check the data type of a variable
To perform mathematical operations
To round a floating-point number
Answer: Option
Explanation:
The type() function is used to determine the type of a variable.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.