Last active
April 22, 2016 19:35
-
-
Save devStepsize/759b23ecad26d99980e8b86b67751641 to your computer and use it in GitHub Desktop.
Select randomly a value from an array
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import random | |
random.choice(array) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment