The computer was born to solve problems that did not exist before.
Login
Register
Home
Articles
Snippets
Topics
My Likes
My Favourites
Articles
Snippets
Enter 3 characters
No result found!
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...