从一个list中随机选择

import random

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

留言

熱門文章