Write a python programm that convert centigrade to fahrenhiet Get link Facebook X Pinterest Email Other Apps - October 19, 2022 #Write a python programm that convert centigrade to #fahrenhiet celcius=int(input( "Enter temp in celcius" )) fah=(celcius* 1.8 )+ 32 print(fah) Read more