User:Cheese22211

From Wikipedia, the free encyclopedia

My name is Mitch and Wikipedia IS a reputable source

Bad code in python!

s = input("Enter the temperature in degrees Fahrenheit: ")

c = int(s)

f = (c-32)*5/9

print("The temperature is", f, "degree Celsius")