>>> from random import * >>> choices([-10,3,50],[2/3,1/6,1/6],k=1) [3]