00:01
You have six numbers and then you set up index the first one and initialize as a zero index then you can see that it starts to go into the loop while my loop that is greater than zero the condition will ask you to print the element in the list and end with a space so this space means that it doesn't change into a new line it just give you space at the end until it's in that the next iteration.
00:36
And then once this is over, the index will plus one.
00:41
So let's go ahead and to see how it runs.
00:44
So first of all, the index is zero.
00:46
It's the first number in my list.
00:49
It's a number of three.
00:51
So it looks like it goes into the next step, while my list index is greater than zero.
00:56
Three is in fact greater than zero.
00:59
Then it goes into the next step.
01:01
Print my list, the element in the my list, which is three, and with a space.
01:13
Then, index plus one.
01:15
So now the second time, the second iteration, zero, become a one...