Posts by Monica da Silva Vasconcelos • 87 points
3 posts
-
1
votes4
answers6292
viewsQ: Recover matrix dimensions in Python
Can someone help me write the function "dimensions(matrix)" that receives a matrix as a parameter and prints the dimensions of the received matrix, in iXj format? def crie_matriz(n_linhas,…
pythonasked Monica da Silva Vasconcelos 87 -
1
votes2
answers15955
viewsQ: Print multi-dimensional matrix in Python
I’m wondering how to create a function(imprime_matriz) which receives a matrix as a parameter and prints the matrix line by line. Obs: Spaces after the last element of each line should not be…
pythonasked Monica da Silva Vasconcelos 87 -
5
votes4
answers4955
viewsQ: Questions about Python functions
I am a beginner in the area of programming and I have doubts about the questions below. I will post the questions and my attempts (all are showing error in the broker). If anyone can help me already…
pythonasked Monica da Silva Vasconcelos 87