Encuentra la combinación correcta
¿Cuál YAML imprimiría el siguiente valor para Description:
Salida correcta:
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 ejercicio forma parte del curso
CI/CD para Machine Learning
Ejercicio interactivo práctico
Pon en práctica la teoría con uno de nuestros ejercicios interactivos
Empezar ejercicio