Computer Science, asked by Aramfatima, 2 months ago

which function show the type of data in python​

Answers

Answered by BrainlyQueen011
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 shubhamraj57698
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
Math, 1 month ago