Help with python functions?

Denis McMahon denismfmcmahon at gmail.com
Tue Sep 24 11:02:28 EDT 2013


On Tue, 24 Sep 2013 03:15:23 +0000, Steven D'Aprano wrote:

> You don't have to use Kelvin. You could use any temperature scale, so
> long as it is the same for both temperatures.

Given that he already has a handy conversion function to call, he should 
be able to convert t2 into the units of t1 if they're in different units 
(2 lines), and then do his comparison (5 lines).

-- 
Denis McMahon, denismfmcmahon at gmail.com



More information about the Python-list mailing list