Codes :
celsius = 37.5
fahrenheit = (celsius * 1.8) + 32
print('%0.1f degree Celsius is equal to %0.1f degree Fahrenheit' %(celsius,fahrenheit))Latex:
Mermaid
pie title NETFLIX "Time spent looking for movie" : 90 "Time spent watching it" : 10
celsius = 37.5
fahrenheit = (celsius * 1.8) + 32
print('%0.1f degree Celsius is equal to %0.1f degree Fahrenheit' %(celsius,fahrenheit))
pie title NETFLIX "Time spent looking for movie" : 90 "Time spent watching it" : 10