Temperature conversion: Difference between revisions

m
(Small changed in D entry)
m (→‎{{header|Python}}: `stop early)
Line 139:
K ? 222.2
222.2 Kelvin = -50.95 Celsius = -59.71 Fahrenheit = 399.96 Rankine degrees.
K ? </lang>
Traceback (most recent call last):
File "<pyshell#4>", line 2, in <module>
k = float(input('K ? '))
KeyboardInterrupt
>>> </lang>
 
===Python: Universal conversion===
Anonymous user