Skip to main content

Shuffle List

Command description

Shuffles a list in place. No new list variable is created.

Command Input Parameters

input parametersInput parameter typeDescription
ListlistList to shuffle

Command Output Parameters

None.

AI Workflow Generation Notes

  • The command shuffles the list in place and has no output variable.