Your Dice() function doesn't return any values. Change it to:
Dice()
def Dice(listabc): return random.choice(listabc)