Esto te puede servir:
http://www.mclibre.org/consultar/python/lecciones/python-biblioteca-random.html
No sé si es justamente lo que quieres, alomejor quieres reproducir luego lo que antes an elegido?
http://www.mclibre.org/consultar/python/lecciones/python-biblioteca-random.html
Código (python) [Seleccionar]
from random import choice
print(choice((9, 5, 2, 15.......)))
No sé si es justamente lo que quieres, alomejor quieres reproducir luego lo que antes an elegido?