Code is like humor. When you have to explain it, it’s bad.
Search
Search
Login
Register
Home
Articles
Snippets
Topics
My Likes
My Favourites
Python Convert Celsius To Fahrenheit
Language
Python (3.8.1)
# enter value celsius = 37.5 # calculate fahrenheit = (celsius * 1.8) + 32 print('%0.1f degree celsius = %0.1f degree fahrenheit' %(celsius, fahrenheit))
Run Code
* Temp disabled. Under development!
IDE
37.5 degree celsius = 99.5 degree fahrenheit
Execution time:
0.019 sec.
Info
Language:
Python (3.8.1)
Shared By:
Md Obydullah
Link:
Copy
plz wait...