Introduction:
User Guide:
Development Guide:
Examples:
Documentation:
Converts temp in old_unit to temp in new_unit
old_unit (str) – Units to switch from (C, K, or F)
new_unit (str) – Units to switch to (C, K, or F)
temp (float or int) – Temperature in current units.
Current temperature in new units.
float