Computer Science, asked by prosan48, 2 months ago

How do you find data type of a variable

Answers

Answered by MaCourtlynMayle
2

Answer:

To check the type of any variable data type, we can use the type() function. It will return the type of the mentioned variable data type. Float data type is used to represent decimal point values. Complex numbers are used to represent imaginary values.

Explanation:

Answered by Anonymous
11

Answer:

To check the type of any variable data type, we can use the type() function. It will return the type of the mentioned variable data type. Float data type is used to represent decimal point values. Complex numbers are used to represent imaginary values.

Similar questions