Snippets tagged “choice”
1 snippet uses this tag.
- How can I randomly select an item from a list?Python
You can use the random module's choice function to select a random element from a list.
1 snippet uses this tag.
You can use the random module's choice function to select a random element from a list.