Computer Science, asked by cheemtu, 1 day ago

Create a python program to convert farenheit to celcius. Most efficient way will be marked as brainliest. This is a challenge. I already know the answer

Answers

Answered by davidjeremiah050708
1
f=input(int(“Enter the degree in Fahrenheit”))

c=(f-32)*5/9
print(c)

Pls mark as brainliest
Similar questions