Problem 1 uses the random range function to print the 10 random integers between 25 and 35. Problem 2 prints odd integer between 0 and 100. Problem 3 prints random day from the list of days in a week. Problem 4 calculates the value of pi using math.pi. Problem 5 converts the radians to degrees. Problem 6 uses math function to calculate the factorial using for loop.