Advertisement
Adehumble

Coding exercise 5

Jan 29th, 2020
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.19 KB | None | 0 0
  1. Fahrenheit_temp=float(input("Please, enter the value of the temperature in Fahrenheit "))
  2. Celsius_temp=((Fahrenheit_temp-32)*5)/9
  3. print("Dear, your answer is", Celsius_temp,"in degree Celsius")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement