Quickies
[
categories
] [
index
] [
all (553)
] [
latest
]
Python
Random element from sequence
import random random.choice(['a', 'b', 'c', 'd'])
'b'