開始使用免費開始

找出正確的組合

哪一段 YAML 會讓 Description 輸出以下內容:

正確輸出:

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?

本練習屬於課程

Machine Learning 的 CI/CD

檢視課程

動手互動練習

將理論付諸實踐,立即體驗我們的互動練習

開始練習