1Graphical interface

 

2Function

The <append> block allows you to add an element to the end of a list; it directly references the Python function: .append()

See the Python documentation for more details.

3Inputs

4Output

5Types

The “list” input and output are of type list; the “elem” input can be of any type

6Usage

Since “list” output = “list” input.append(“elem”), after the block executes, the two lists are identical