IT214 Week 6

Weekly Assignment/Discussions via Unicheck Week 06

Write a Python program to convert temperature from Celsius to Fahrenheit and Kelvins; from Fahrenheit to Celsius and Kelvins.

Document your program to include your name, course, date written, and the formulas used in the conversions as COMMENTS at the top of your program.
Instruct the user on how to enter the data you are requesting.
 

You must use the IF, ELSE, ELIF statements or a combination of these statements.
 You must functions [at least three functions]
 You must have error trapping routine(s)
 You must have an exit to you program