Write the python command,
To find the type of data 4.67
Answers
Answered by
0
The variable can have a list, some class object, string, number, tuple or anything else. We use the type() function to find the type of any variable in python.
Similar questions