How to convert fahrenheit to celsius in python
Topic: How to convert fahrenheit to celsius in python
Solution
Celsius = (Fahrenheit - 32) * 5.0/9.0 a=6 print(bin(a))
List all Python Programs
Solution
Celsius = (Fahrenheit - 32) * 5.0/9.0 a=6 print(bin(a))