निम्न Python code का output क्या होगा
What will be the output of the following Python code
import math
print(math.copysign(3, -1)) A
-3
B
-3.0
C
3
D
1
Explanation
Correct Answer: B) -3.0