Temperature

In this post we are going to create a programm that convert Farenheit degrees to Celsius. Here is the code: But let’s explain: First we define our function and indicate what we want it give us.  If you have doubts with the formula, I recomend you to check this link: http://www.pythonforbeginners.com/code-snippets-source-code/python-code-celsius-and-fahrenheit-converter Then, we declate f… Continue reading Temperature