Computer Science, asked by gh56900j, 6 hours ago

What will be the result of type(10.8) ?

1 < class ‘int’ >
2 < class ‘str’ >
3 < class ‘float’ >

Answers

Answered by sghvvishald11a
1

Answer:

please thanks for the answer

please mark as brainliest answer

Explanation:

Numeric: int, float and the less frequently encountered complex

Sequence: str (string), list and tuple

Boolean: (True or False)

Dictionary: dict(dictionary) data type, consisting of (key, value) pairs

Similar questions