Python Random and Math Library
Question 1
What will be return by following code
math.cos(math.pi)
What will be return by following code
math.cos(math.pi)
A:) 1 |
B:) -1 |
C:) 0 |
D:) None of the above |
.................................................................................................