In python, integer data type has a fractional part.
Answers
Answered by
1
Answer:
modf() in the math module can be used to get the fractional and the integer parts of a number at the same time. math. modf() returns a tuple (fractional part, integer part) . ... Both the fractional and the integer parts are float .
Answered by
1
Answer:
python was developed by
Similar questions