F = 0 # Grader Fahrenheit C = (F - 32)/1.8 # Grader Celcius print('F =', F) print('C =', C)