What will be the result of type(10.8) ?
1 < class ‘int’ >
2 < class ‘str’ >
3 < class ‘float’ >
Answers
Answered by
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