Posts by Willian Farias • 1 point
1 post
- 
		0 votes2 answers78 viewsA: While repetition structure with problemsFriend just change the position of the following code snippet: print("Digite uma operação válida") resposta = str(input("Qual operação você deseja usar? \n")) Placing the same after the last Elif:…