Write a function in Python that accepts one numeric parameter. This parameter will be the measure of an angle in radians. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Write a function in Python that accepts one numeric parameter. This parameter will be the measure of an angle in radians.

The function should convert the radians into degrees. While you might find a Python library to do this for you, you should write the function yourself. One hint you get is that you'll need to use Pi in order to solve this problem. You can import the value for Pi from Python's math module.

5th Jan 2022, 8:05 AM
Paul Chirwa
Paul Chirwa - avatar
1 Answer
0
Edited check again
5th Jan 2022, 8:23 AM
Paul Chirwa
Paul Chirwa - avatar