from random import randint liste = [randint(1,6)+randint(1,6) for n in range(1000)] print liste