CommencerCommencez gratuitement

Trouvez la bonne combinaison

Quel YAML afficherait la valeur suivante pour Description :

Résultat attendu :

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?

Cet exercice fait partie du cours

<cours>CI/CD pour le Machine Learning</cours>
Voir le cours

Exercice interactif pratique

Transformez la théorie en action avec l’un de nos exercices interactifs

Commencer l’exercice