You can access an item in a list using an index:
What’s the index for value 2
and 1
?
You can replace an item in a list using an index:
Here is the list:
How do we move value 1
to where value 2
is, replacing 1
with zero so the list looks like this:
We want to go from this:
To this:
We do this:
Instructions for Short Project of the Week