To Examples
# Source code for CToF Example c = 20 f = 9 * c / 5 + 32 print "The Celsius temperature is ", c, ".\n" print "The Fahrenheit temperature is ", f, ".\n"