ALGUEM ME AJUDA COM ESSA QUESTÃO DE PYTHON, FOTO EM ANEXO
Anexos:
Anônimo:
Sou desenvolvedor Python (21) 99661-1558 chama no zap
Respostas
respondido por:
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
Índex = 1
Direcao = 1
While true:
If direcao == 0:
Break;
Print(“+”*index)
If index == num + 1:
Direcao = -1
Index += direcao
Perguntas similares
4 anos atrás
4 anos atrás
6 anos atrás
6 anos atrás
8 anos atrás
8 anos atrás
8 anos atrás