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

Adding new snippet for fahrenheit to kelvin conversion #272

Closed ayyelle closed 4 years ago

ayyelle commented 4 years ago

PR for adding snippet for converting Fahrenheit to Kelvin, which is often used in scientific disciplines like chemistry.

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

ayyelle commented 4 years ago

See #273