Cricket Temperature

According to snopes, "To convert cricket chirps to degrees Fahrenheit, count the number of chirps in 14 seconds then add 40 to get temperature."

Write a program cricket_temperature.py with a main program that asks the user to enter the number of chirps in a minute. The main program should then call a function get_temperature() that returns the temperature in degrees Fahrenheit.