Weekly Assignment/Discussions via Unicheck Week 03

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.

Instruct the user on how to enter the data requested.

You must use the IF, ELSE, ELIF statements, or a combination of these statements.