Write a python script (with comments) that prompts the user for a temperature (in Celsius) and displays the corresponding temperature in Fahrenheit. The formula to convert from Celsius to Fahrenheit is: Fahrenheit = 9 / 5 * Celsius + 32
Attachment:- project_1__temperature_converter_-_csci_1170.zip