Question: Written #3 After the Python code below is run, what is the value of pos? 1st = [5, -1, 7, 0, -4, 4, -5, 0]
Written #3 After the Python code below is run, what is the value of pos? 1st = [5, -1, 7, 0, -4, 4, -5, 0] i = 0 pos = 0 while i 0: pos += 1 i += 1 WNE
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
