79760605

Date: 2025-09-10 08:16:51
Score: 0.5
Natty:
Report link

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

def Dice(listabc):
     return random.choice(listabc)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Bending Rodriguez