以下のコードを実行した場合、何が起こりますか? ```python colors = ["赤", "青", "緑"] print(colors[3]) ```