Vidyalelo
Python · Q89

Module in Python

Programming · Python · question 89

Q89

What will be the output of print(math.copysign(3, -1))?

A.
1
B.
1.0
C.
-3
D.
-3.0
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board