Inizia subitoInizia gratis

Trova la combinazione corretta

Quale YAML stamperebbe il seguente valore per Description:

Output corretto:

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?

Questo esercizio fa parte del corso

CI/CD per Machine Learning

Visualizza corso

esercizio interattivo pratico

Trasforma la teoria in pratica con uno dei nostri esercizi interattivi

Inizia esercizio