Basic: Concepts – CricketTemp_YI.py

Can Crickets Really Tell the Temperature? | Don’t Be Dumb

Classwork:
cricket1
You can tell the current temperature by counting the chirps of a cricket! The formula for calculating the current (Fahrenheit) temperature is:

(Number of Chirps per 60 seconds / 4) + 40

Write a program CricketTemp_YI.py that prompts the user for the number of cricket chirps per 15 seconds and displays the temperature.
Unless you know “loops” you will not be able to do the following) Keep on prompting the user for more input while the response is “y”.

NOTE: Make sure you have a goodbye message when the program ends.

Homework:
Complete the assignment if you have not finished it in class.