Posts by Fabio Canedo Leão • 3 points
2 posts
-
-1
votes1
answer33
viewsQ: How do I sum up the values stored in the list: pairs?
matriz = [[0, 0, 0], [0, 0, 0], [0, 0, 0]] pares = [] for linha in range(0, 3): for coluna in range(0, 3): matriz[linha][coluna] = int(input("Digite um valor para [{}, {}]:…
python-3.xasked Fabio Canedo Leão 3 -
0
votes1
answer59
viewsQ: Trouble finding the error!
Guys I made a code and then I performed a scanner and gave that the code leaves the site with a gap, I’m not able to find where the error is and whether it is serious or not. That is the code: var…
javascriptasked Fabio Canedo Leão 3