Write a python script (with comments) that prompts the user for a temperature (in Celsius) and displays the corresponding temperature in Fahrenheit.
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
joyce
0
