LoslegenKostenlos starten

Finde die richtige Kombination

Welches YAML würde den folgenden Wert für Description ausgeben:

Korrekte Ausgabe:

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?

Diese Übung ist Teil des Kurses

<Kurs>CI/CD für Machine Learning</Kurs>
Kurs ansehen

Interaktive praktische Übung

Verwandle Theorie mit einer unserer interaktiven Übungen in die Praxis

Übung starten