Hi Kushal!
If you have the value of radian, then you have to convert it to a degree and then find the cos.
Suppose you have to find cos(60), 60 degrees = 1.0471975511965976 radians. So the code you will have to use is:
math.cos(math.degrees(1.0471975511965976))