c= int(input(" Temperature in Centigrade: ")) f= (9/5*(int(c))) +32 print(" Temperature in Fahrenheit: ", f)