Homecampusx CampusX SDE Sheet | Write a program that will convert celsius value to fahrenheit byTechy Rushabh •August 25, 2024 0 Write a program that will convert Celsius value to Fahrenheit ''' Write a program that will convert celsius value to fahrenheit ''' Cel = float(input("Enter temperature:")) farenh = (Cel *(9/5)) + 32 print(farenh) Tags: campusx coding solution python sde sheet Facebook Twitter