What is the output of type(10.0)
Answers
Answered by
0
Answer:
int
Explanation:
to answer your question, '10.0' is as number 10 and that is an integer value. you have to use string operations/regular expressions to check the string if you need to know zeroes after the dot.
Similar questions