Computer Science, asked by acv49, 9 months ago

how can we make a code in python to convert °C to °F ?​

Answers

Answered by Anonymous
1

Answer:

hii mate

here is ur answer

Python Program to Convert Celsius To

Fahrenheit and Vice Versa

Celsius = (Fahrenheit – 32) * 5/9

Fahrenheit = (Celsius * 9/5) + 32.

celsius = float(input("Enter temperature in celsius: ")) fahrenheit = (celsius * 9/5) + 32 print('%.2f Celsius is: %0.2f Fahrenheit' %(celsius, fahrenheit))

follow me guys ........

mark this answer as a branliest answer .

Answered by sonam4246
1

your answer❣️❣️

Python Program to Convert Celsius To Fahrenheit and Vice Versa

Celsius = (Fahrenheit – 32) * 5/9 Fahrenheit = (Celsius * 9/5) + 32.

celsius = float(input("Enter temperature in celsius: ")) fahrenheit = (celsius * 9/5) + 32 print('%.2f Celsius is: %0.2f Fahrenheit' %(celsius, fahrenheit)

hope it helps ❣️

mark me as brainliast ❣️❣️❣️

(please)

Similar questions