Computer Science, asked by lakshpuri38, 1 day ago

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

Answers

Answered by aaron2008
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