Programming (Year 11)
Data Types
What will be the output of the following code: print(type(5.0))?
int
float
str
bool
Next