How do you find data type of a variable
Answers
Answered by
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
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