from random import randrange , seed
seed(10)
randrange(0,11)
notas_matematica = []
for notas in range(8):
notas_matematica.append(randrange(0,11))
notas_matematica
ATÉ 50% OFF
TÁ ACABANDO!
0 dias
0 horas
0 min
0 seg
from random import randrange , seed
seed(10)
randrange(0,11)
notas_matematica = []
for notas in range(8):
notas_matematica.append(randrange(0,11))
notas_matematica
Olá Marcelo, tudo bem?
O codigo que postou, vc precisa de ajuda nele ou quis compartilhar como codificou sua solução do curso?
Até mais!