What's wrong with this code?

The list only goes up to index 3 so quizAnswers[4] doesn't existThe code uses brackets [ ] to access an element There's no list called quiz_answersWe can't store booleans in a list

The list only goes up to index 3 so quizAnswers[4] doesn't exist.