Skip to main content

Pop

Pop (remove) an item from a list

Holly Conrad Smith avatar
Written by Holly Conrad Smith
Updated over 2 weeks ago

Inputs

Name

Abbreviation

Type

Access

Description

List

L

Any

List

The list to pop from

Index

I

Number

Item

The index to pop from

Outputs

Name

Abbreviation

Type

Access

Description

List

L

Any

List

The list with the item popped

Item

I

Any

Item

The item popped

How to

  1. Feed in a list

  2. Feed in the index of the item to pop

    You can input a number in the box.

    Or, you may feed in any numerical value

  3. The result is the list with the item removed

  4. A secondary result is the item that was removed

Did this answer your question?