Page 1 of 1

What is returned by math.modf(1.0)?

Posted: Wed Jul 13, 2022 7:45 pm
by answerhappygod
a) (0.0, 1.0)
b) (1.0, 0.0)
c) (0.5, 1)
d) (0.5, 1.0)