Computer Science, asked by trrigeredcherry, 9 hours ago

write a program in pyhton to convet temperature from fahrenhit to celsius

Answers

Answered by ayushbora428
1

Answer:

Python

Fahrenheit= 54.

Celsius = ((Fahrenheit-32)*5)/9.

print("Temperature in Celsius is: ");

print(Celsius);

Similar questions