Posts by lucas machado • 1 point
1 post
-
-4
votes2
answers49
viewsQ: (python) as I put the go inside def
numero_sorte = 3 n_tentativas = 4 for rodada in range(1,n_tentativas): tentativa_2 = input ('qual o numero secreto? ') tentativa_2= int (tentativa_2) def jogo_adivinha(chute): if numero_sorte ==…