Black November

ATÉ 50% OFF

TÁ ACABANDO!

0 dias

0 horas

0 min

0 seg

1
resposta

[Projeto] 04 - Notas de matemática aleatórias

import random as rnd
rnd.seed(42)

notas_matematica = [rnd.randrange(0, 11) for notas in range(8)]
notas_matematica

Output:

[10, 1, 0, 4, 3, 3, 2, 1]

Matricule-se agora e aproveite até 50% OFF

O maior desconto do ano para você evoluir com a maior escola de tecnologia

QUERO APROVEITAR
1 resposta

Ótimo.