Posts by Dark_Lord • 3 points
2 posts
-
-3
votes1
answer98
viewsQ: Problems with Matrices - Python 3
1 - Read a matrix D 5 x 5 (consider that duplicate values will not be reported). Then read an X number and write a message indicating whether the value of X exists or NOT in the matrix. 2 - DESAFIO…
-
0
votes2
answers436
viewsQ: 1) Read a 10 x 10 matrix and write the location (row and column) of the highest value
CHALLENGE OF THE QUESTION 1 | Now, do not forget to inform which is the position of this higher value. There’s no way I can show the position of the highest value: from random import randint…