The Python program shown below contains a syntax error.
1 scores = [85, 92, 78, 100]
2 total = 0
3 for i in range(len(scores)):
4 total = total + scores[i]
5 if total > 200
6 print("Target reached")
Select the two statements that are correct about syntax errors.
< instead of >.48 exam-style questions on AQA GCSE Computer Science Classification of programming languages and translators. Each one has a worked solution and a mark scheme showing where the marks go.