Posts by Wallace • 11 points
1 post
-
1
votes1
answer652
viewsQ: Python - Tabuada- For Exercise - Matrix
Good night! I’m trying to create a tabuada program using for and matrix, my code is like this at the moment: def crie_array(rows, columns, value): matriz = [] for i in range(linhas): linha = [] for…