Considere o segmento de código escrito em Python

matriz A = [[10, 14, 0, 7],

[5, 17, 5, 2],

[17, 8, 1, 2],

[2, 0, 14, 0],

[8, 7, 8, 3]]

for i in range(5):

aux = matrizA[i][0]

matrizA[i][0] = matrizA[i][2]

matrizA[i][2] = aux

O conteúdo de matriz A após a execução é:​​​​​​​​​​​​​​​​​​​​​
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Lista de comentários


Helpful Social

Copyright © 2024 ELIBRARY.TIPS - All rights reserved.