Posts by Ricardo • 3 points
1 post
-
0
votes1
answer739
viewsQ: Update a value within a function
I am starting in Python and need help to create the following function: ESQUERDA = -1 DIREITA = 1 CANHAO = 'A' EXPLOSAO = '*' def moveCanhao(direcao, matriz): ''' int, (matriz) -> bool Recebe um…