Created
April 24, 2016 06:17
-
-
Save Lvl4Sword/71cba72f74e2cfb9c2ff43d8b0de623e to your computer and use it in GitHub Desktop.
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 | |
foo = [1, 2, 3, 4, 5, 6] | |
random_selection = lambda: random.choice(foo) | |
random_selection() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment