notas_matematica = []
for notas in range(8):
notas_matematica.append(randrange(0,11))
notas_matematica
notas_matematica = []
for notas in range(8):
notas_matematica.append(randrange(0,11))
notas_matematica
Olá, Amanda! Tudo bom? Feliz ano novo!
Perfeito, o código funciona perfeitamente. Não esqueça de mostrar também a importação da biblioteca :D
from random import randrange
Se ainda tiver alguma dúvida, estou por aqui. Ótimos estudos e grande abraço!