tutorial |
---|
-
Change the second item value to
Steven
. -
Set the last position to
Pepe
. -
Set the first element's value to the value of the 3rd element concatenated to the value of the 5th element.
-
Loop the list in reverse order (from the end to the beginning) and print all the elements.
-
Remember that list start at position
0
. -
Remember to use the
for
loop in this exercise. -
You should use the
for
loop to reverse it instead of any other method.
Pepe
Bart
Cesco
Fernando
Lou
Maria
Pedro
Lebron
Ruth
Steven
RuthPedro