What Will Be The Output Of Printmathcopysign3 1 #806
What will be the output of print(math.copysign(3, -1))?
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Python Modules - Python Math - Quiz No.1.
What will be the output of print(math.copysign(3, -1))?
1
1.0
-3
-3.0