以下のコードで、辞書のキーが存在するかを安全に確認する最も適切な方法はどれですか? ```python weather_data = response.json() # current_conditionキーの存在を確認したい ```