शुरू करेंमुफ़्त में शुरू करें

सही कॉम्बिनेशन चुनें

कौन-सा 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

पाठ्यक्रम देखें

इंटरैक्टिव व्यावहारिक अभ्यास

हमारे इंटरैक्टिव अभ्यासों में से किसी एक के साथ सिद्धांत को व्यवहार में बदलें

अभ्यास शुरू करें