以下のコードで`final_result`に格納される値はどれですか? ```python has_money = True has_id = False final_result = has_money and has_id ```