Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 100 Bytes

shuffle-list.md

File metadata and controls

9 lines (6 loc) · 100 Bytes

Shuffle list

Shuffles the original list

from random import shuffle
shuffle(list)