Cordial saludo estimada comunidad :)
from random import randrange, seed
notas_matematica=[]
seed(6)
for notas in range(8):
notas_matematica.append(randrange(0,11))
notas_matematica
Cordial saludo estimada comunidad :)
from random import randrange, seed
notas_matematica=[]
seed(6)
for notas in range(8):
notas_matematica.append(randrange(0,11))
notas_matematica
Hola Andres,
Gracias por compartir tu código con nosotros!