Temperature conversion: Difference between revisions

m
→‎{{header|Python}}: Remove idle version info
(→‎{{header|D}}: Add Python.)
m (→‎{{header|Python}}: Remove idle version info)
Line 77:
 
=={{header|Python}}==
<lang python>>>> while True:
<lang python>Python 3.3.0 (v3.3.0:bd8afb90ebf2, Sep 29 2012, 10:57:17) [MSC v.1600 64 bit (AMD64)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> while True:
k = float(input('K ? '))
print("%g Kelvin = %g Celsius = %g Fahrenheit = %g Rankine degrees."
Anonymous user