Question: 2. ( 3 points) Consider the following code: values=[1,2,3,4,5]l=0 for i in values: l+=i+2 print(l) Is there any errors in this code? 1. If your
2. ( 3 points) Consider the following code: values=[1,2,3,4,5]l=0 for i in values: l+=i+2 print(l) Is there any errors in this code? 1. If your answer is no, then write what is the output of this code? 2. Is your answer is yes, how you fix the error and what is the output after fixing
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
