Skip to main content
Append to List preserves the existing order of a list, then adds each new item at the end.

Inputs

Output

For example, appending 3 and 4 to [1, 2] returns [1, 2, 3, 4].