Q13Single correct3 Marks28 Apr 2024
check_cooling is a method of the class AirConditioner that updates the attribute cooling_required to the Boolean literal True if the attribute current_temperature is above 28 degrees Celsius, indicating that cooling is required, and False otherwise. Select the correct implementation of this method.