I have no experience in programming at all and since I was absent from the class, I have no idea how to do it. I know that there must be some programmers here, would you be so kind to explain to me step-by step, how to do it.
Thanks
import systext1 = raw_input ("Enter the temperature in Celsius: ")try: a = float (text1) * 9.0 / 5.0except ValueError: print ( "Sorry, but '" + text1 + "' is not a number I can recognise.") sys.exit()b = 32.0print ( "The temperature in Fahrenheit is: " + str(int(a + b + 0.5)))import systext1 = raw_input ("Enter the temperature in Celsius: ")try: a = float (text1) * 9.0 / 5.0except ValueError: print ( "Sorry, but '" + text1 + "' is not a number I can recognise.") sys.exit()b = 32.0print ( "The temperature in Fahrenheit is: " + str(int(a + b + 0.5)))