🚀 Hurry! Offer Ends In
00 Days
00 Hours
00 Mins
00 Secs
Enroll Now
X

निम्न 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

Latest Updates