Quiz 3 : Math and Random Module (Python) Class XII.......................... [Click on 'Excel With Python Bites' to open Home Page]

Python Random and Math Library

Question 1

What will be return by following code
math.cos(math.pi)
A:)    1
B:)    -1
C:)    0
D:)    None of the above


.................................................................................................