Comece agoraComece grátis

Encontre a combinação correta

Qual YAML imprimiria o seguinte valor para Description:

Saída correta:

Is this the example
  that prints this text?

A.

# Example A
Description: |
  Is this the example
    that prints this text?

B.

# Example B
Description: >
  Is this the example
    that prints this text?

C.

# Example C
Description: >
  Is this the example

    that prints this text?

Este exercicio faz parte do curso

CI/CD para Machine Learning

Ver curso

exercicio interativo prático

Transforme teoria em prática com um dos nossos exercicio interativos

Iniciar exercicio