Closed ayyelle closed 4 years ago
PR for adding snippet for converting Fahrenheit to Kelvin, which is often used in scientific disciplines like chemistry.
kelvin = ((fahrenheit + 459.67) * (5/9))
Tested using: http://www.pythontutor.com/visualize.html
See #273
PR for adding snippet for converting Fahrenheit to Kelvin, which is often used in scientific disciplines like chemistry.
kelvin = ((fahrenheit + 459.67) * (5/9))
Tested using: http://www.pythontutor.com/visualize.html