Question: 25. In this program, correct the error and tell what does the correct code do?( 5 points) def task_1(A): rA1=11 index =len(A) while index >0
25. In this program, correct the error and tell what does the correct code do?( 5 points) def task_1(A): rA1=11 index =len(A) while index >0 : rA1+rA1[ index 1] index = index 1 return rA1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
