1-Write statements to calculate sine of 45 degree.2-Write statements to calculate 3 to the 5th power by calling an appropriate function defined in math module.3-The random() function of the random module returns a floating point number [0.0, 1.0). Write a statement to generate a floating point number in the range of [0.0, 5.0) by using the random() function.