Homework: Quiz Score Advice, can't get the right answer

I can’t seem to see what is wrong with my solution but it still prints
You have 1 more lines of unexecuted code than the solution, which is more than the limit of 0

I don’t see how the last statement wouldn’t run because there are alot of numbers >=90

hope you have sucefully solve the problem since the question is about a month ago, but here is my advise and hope it’s helpful.

the code 70<= quizScore is somewhat redunant since all the numbers reach line 3 is greater than 70, you don’t have to restrict quizScore to be greater than 70.