Skip to content

Instantly share code, notes, and snippets.

@devStepsize
Last active April 22, 2016 19:35
Show Gist options
  • Save devStepsize/759b23ecad26d99980e8b86b67751641 to your computer and use it in GitHub Desktop.
Save devStepsize/759b23ecad26d99980e8b86b67751641 to your computer and use it in GitHub Desktop.
Select randomly a value from an array
import random
random.choice(array)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment