Simple temperature converter in python.

Pedro Mejía
Sep 17, 2021

In university, a common introduction to programming with Python is to write a simple program that converts temperature in Celsius degrees to Fahrenheit degrees, and viceversa.

Here is a short script that works on any python capable environment.

I added some UX improvements that prevent errors based on capitalization of the user input, and its designed to always restart so there is no end/exit function.

--

--