Fahrenheit Calculator
February 04, 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
- The Rise of Agents in Agentic Coding: Transforming Software Development August 20, 2025
- Bleu de Chanel L'Exclusif August 19, 2025
- CSS Optimization August 19, 2025