Posts by Breno AllenCS • 109 points
2 posts
-
-1
votes5
answers16554
viewsA: How to change all selected words at once in Vscode
press CTRL+SHIFT+H In Vscode it will open in the left corner a kind of mass toggle replace so that you can change several words at once
visual-studio-codeanswered Breno AllenCS 109 -
-1
votes3
answers127
viewsA: Python Max Value Lists
for i in vendedores: if i['valor']>valor: valor=i['valor'] nome=i['nome'] print("vendedor {} :\nvalor: {}".format(nome,valor)) …
pythonanswered Breno AllenCS 109