Getting Started Guide
CLASS 4
66
List coding activities
List blocks
The “Deleting an item at position 1 in the list” block deletes certain value or character that user chooses at specific
place.
If you double click part (1) and change it to different value, delete all values using the black arrow, or delete the
last item.
The “put ( ) in position (1) in the (list)” block puts a value or letter in the specific portion of the list. If you want to
add the value you forgot to add as you were adding, you can use this block to fix it afterward.
As you can see above, there are 4 values (A, B, D, E) saved in the list at first. If you want to add ‘C’ between ‘B’ and
‘D’ , you can use the block that puts ‘C’ into the position 3. This is because the value ‘C’ has to go in between ‘B’
and ‘D’ and since ‘B’ I in the position 2, ‘C’ has to go after ‘B’ and has to be in the position of 3.