which function show the type of data in python
Answers
Answered by
67
Answer:
Here's Your Answer
Explanation:
To find the data type of data in Python, you use the type() function. You place the variable inside of the type() function and Python returns the data type.
Hope it's help you..
Answered by
9
Answer:
type() method returns class type of the argument(object) passed as parameter. type() function is mostly used for debugging purposes.
Explanation:
please follow and
brainliest
Similar questions
Physics,
1 month ago
Chemistry,
1 month ago
Computer Science,
2 months ago
Computer Science,
2 months ago
Physics,
9 months ago
Math,
9 months ago