Posts by Usuário Qualquer • 3 points
1 post
-
0
votes1
answer697
viewsQ: How to find the highest value of a matrix?
Well, I have a 3x4 matrix and I want to know how to develop a python code to get the highest value of this matrix. My code made so far was this: LINHAS = 3 COLUNAS = 4 LINHA_ MatrizM = [] for i in…