Computer Science, asked by lakshpuri38, 16 days ago

Write the python command, To find the type of data 4.67​

Answers

Answered by sharaj0007
0

Answer:

To check the data type of variable in Python, use type() method. Python type() is an inbuilt method that returns the class type of the argument(object) passed as a parameter. You place the variable inside of a type() function, and Python returns the data type. The type() function is mostly used for debugging purposes.

please mark me brainliest answer

Similar questions