rand

59

rand -

import random

foo = ['a', 'b', 'c', 'd', 'e']
print(random.choice(foo))

Comments

Submit
0 Comments