Append List

../../../../_images/append_list_new1.svg
class node_list_operations.AppendList[source]

Create a list with the items from list (input) followed by item.

Inputs:
list : [<a>]

Appended List

item : <a>

The Item to be appended

Outputs:
list : [<a>]

Appended List