Aan de slagBegin gratis

Vind de juiste combinatie

Welke YAML zou de volgende waarde voor Description printen:

Juiste 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?

Deze oefening maakt deel uit van de cursus

CI/CD voor Machine Learning

Bekijk cursus

Interactieve oefening met praktijkervaring

Zet theorie om in actie met een van onze interactieve oefeningen

Begin oefening