Fahrenheit Calculator
February 4, 2019
Simple script that calculates degrees Fahrenheit.
# -*- coding: utf-8 -*-
x = float(raw_input("°C: "))
fahrenheit = x * 1.8 + 32
print "Fahrenheit: {0:.1f}°F".format (fahrenheit)
Recent Entries
- Capex In, Headcount Out April 26, 2026
- Long After Murray Hill April 26, 2026
- Passion Indienne, July 1996 April 26, 2026