Sine and cosine

Report a typo

Write a program that reads a value representing an angle (in radians), and prints the difference between its sine and cosine.

Do not round the result.

Sample Input 1:

1.96

Sample Output 1:

1.3046632855763227
Write a program in Python 3





___

Create a free account to access the full topic