Informática, perguntado por matheus12eduardo96, 5 meses atrás

ALGUEM ME AJUDA COM ESSA QUESTÃO DE PYTHON, FOTO EM ANEXO

Anexos:

Soluções para a tarefa

Respondido por hugoespinelli
0
Def print_losango(num):
Índex = 1
Direcao = 1
While true:
If direcao == 0:
Break;

Print(“+”*index)

If index == num + 1:
Direcao = -1

Index += direcao
Perguntas interessantes