Chalarangelo / 30-seconds-of-python

Short Python code snippets for all your development needs
https://www.30secondsofcode.org/python/p/1
Creative Commons Attribution 4.0 International
8.83k stars 1.26k forks source link

Kelvin <-> Fahrenheit conversion snippets #273

Closed ayyelle closed 4 years ago

ayyelle commented 4 years ago

PR for adding two snippets:

  1. Converting from fahrenheit to kelvin
  2. Converting from kelvin to fahrenheit

I opened a PR previously to add a conversion from fahrenheit to kelvin and decided I should just open a single PR for snippets for converting to and from. This conversion is often used in scientific disciplines like chemistry.

Tested with: http://www.pythontutor.com/visualize.html