from random import randrange, seed
seed(11)
randrange(0,11)
notas_matematica = []
for notas in range(8):
notas_matematica.append(randrange(0,11))
notas_matematica
len(notas_matematica)
from random import randrange, seed
seed(11)
randrange(0,11)
notas_matematica = []
for notas in range(8):
notas_matematica.append(randrange(0,11))
notas_matematica
len(notas_matematica)
Olá Matheus, tudo bem? Espero que sim!
Muito bom Matheus, ficou certinho o código.
Continue praticando para melhorar cada vez mais.
Bons estudos!