Posts by Elwes Honorato • 1 point
2 posts
-
0
votes1
answer42
viewsA: builtins.Unboundlocalerror: local variable
Well, it worked now, it’s like this. coding: utf-8 def maior_primo(x): Input = x N = x Primo = 0 Restoprimo = 0 while Entrada > 0 : if Entrada == 0: MP ( 0 ) else: while N > 0 : Divisão =…
python-3.xanswered Elwes Honorato 1 -
-1
votes1
answer42
viewsQ: builtins.Unboundlocalerror: local variable
I’m making a program to find the biggest cousin but I’m making the following mistake: builtins.UnboundLocalError: local variable 'Entrada' referenced before assignment What could it be? The variable…
python-3.xasked Elwes Honorato 1