Solucionado (ver solução)
Solucionado
(ver solução)
1
resposta

random.randrange

Quando uso a função "random.randrange" retorna esse erro:


Bem vindo ao jogo de Adivinhação!


Traceback (most recent call last): File "c:\Users\figue\OneDrive\Área de Trabalho\ALURA\Python\adivinhacao_com_for.py", line 9, in numero_secreto = random.randrange(1, 101) AttributeError: 'builtin_function_or_method' object has no attribute 'randrange'

1 resposta
solução!

Consegui resolver