Part E. Error Finding in Algorithms
The following Python program contains error(s) and does not run. Find the location of the error in the code and try to describe the error (why an error has occurred?). Blackboard standard editor does not support leaving spaces before the text, for indentation two consecutive underscore symbols used.
10 Points
Question 13
ss = 0
list = [1, 5, 7, 3, 13, 19]
for i in range(10):
I]+
print(ss)