Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 377 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 377 Bytes

Temperature_Convertor_Python

Temperature Conversion program using Python that converts temperatures between Celsius, Fahrenheit and Kelvin in python.

This program defines functions to perform the temperature conversions and then provides a simple menu for the user to choose the conversion they want to perform. The program continues running until the user chooses to quit.