LoslegenKostenlos loslegen

Find the correct combination

Which YAML would print the following value for Description:

Correct output:

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

CI/CD for Machine Learning

Kurs anzeigen

Interaktive Übung

Setze die Theorie in einer unserer interaktiven Übungen in die Praxis um

Übung starten