Starting out with Python, Third Edition, Tony Gaddis
Chapter 2
Programming Challenges
9. Celsius to Fahrenheit Temperature Converter
Write a program that converts Celsius temperatures to Fahrenheit temperatures.
The formula is as follows:
F = (9/5)C + 32
The program should ask the user to enter a temperature in Celsius, and then display the temperature converted to Fahrenheit.
Starting out with Python, Third Edition, Tony Gaddis
Happy Steeming Everyone! :)