Computer Science, asked by queensp73, 9 months ago

Write a Python program to convert radian to degree using math.
Degree =radian*(180/pi)
Where radian =10

Answers

Answered by Aryansingh001
2

Explanation:

download solo learn app and search your question there

i am unable to code here it shows we dont use such a rude words

plz mark me as a brainiliest plz

Answered by Anonymous
1

Answer:

hi...

Explanation:

import math as m

pi=m.pi

rad=eval(input("enter the measure in radians"))

degree=rad*(180/pi)

print(degree,"is the degree measure of ",rad,"radians")

#hope it helps you

please mark brainliest

Similar questions