1Graphical interface

 

2Function

The <puti> block is used to assign an element to a specific index in a list; it is equivalent to the following Python code: list[index] = elem

See the Python documentation for more details.

3Inputs

4Output

5Types

The “list” input and output are of type list

The “index” input is of type int

6Usage

Note that after the block is executed, the two lists are identical.