Posts by Douglas M. Souza • 1 point
1 post
-
0
votes2
answers709
viewsA: Counting elements from one matrix, storing information in another
There is a much easier way to deal with arrays and arrays in python, which is to use a library called numpy. Example: In [1]: import numpy as np # matriz1 gerada aleatoriamente de números de 0 a 5…