Computer Science, asked by Bitti9540, 6 months ago

In python, integer data type has a fractional part.

Answers

Answered by shivanibhatnagar60
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 rohit715062
1

Answer:

python was developed by

Similar questions