以下のコードの実行結果はどうなりますか? ```python temperature = 25 result = temperature > 20 and temperature < 30 print(result) ```