Write a Python program to verify that an autoclave's target sterilisation temperature (in °C) has been entered safely and consistently by a laboratory operator.
Your program must:
Temperature set and output the confirmed temperature if both entries are identical and do not exceed the safety maximum of 135.0°C.Safety abort if the two entries do not match or if the entered temperature is strictly greater than 135.0°C.You should use indentation as appropriate, meaningful variable names, correct type conversion, and Python syntax in your answer.
298 exam-style questions on AQA GCSE Computer Science Programming concepts. Each one has a worked solution and a mark scheme showing where the marks go.