eLab Temperature Scale

a=float(input()) b=(a*9/5)+32 print('The fahrenheit value for %.1f celsius is %.2f fahrenheit' %(a,b))

Comments