以下のコードで`is_passed`に格納される値はどれですか? ```python score = 75 passing_score = 80 is_passed = score >= passing_score ```