开始使用免费开始使用

找出正确的组合

哪段 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?

本练习是课程的一部分

面向机器学习的 CI/CD

查看课程

动手互动练习

通过我们的互动练习之一,将理论转化为实践

开始练习