00:03
So which list will be referenced by the variable a after the following code executed? okay.
00:12
So when this line of code executed, we got from 10, 10, 8, 6, 4, 2, okay? and the 0 is not included, okay? we have this list.
00:48
This list was assigned to a variable called number.
00:54
And the next line of code, we have a equals, okay, the first five elements, okay, in the list number was assigned to a, okay, to form a new list.
01:18
So i have from index zero, okay, this is index zero.
01:23
The first element is index zero until this two...