SarkariResultess QA Bank

Python में comment कैसे लिखते हैं? — interview में इसका सही जवाब क्या है?

Other 0 Views Verified
Python में comment कैसे लिखते हैं? — interview में इसका सही जवाब क्या है?
Sarkari Result QA Bank
Editorially reviewed exam information

Answer & Explanation

4 Answers
Verified

<!-- This is a comment -->

Additional Explanation
यह विकल्प सही समाधान नहीं है।
Verified Correct Answer

# This is a comment

# This is a comment
Additional Explanation
Python single-line comment के लिए # का उपयोग करता है।
Verified

// This is a comment

// This is a comment
Additional Explanation
यह विकल्प सही समाधान नहीं है।
Verified

/* This is a comment */

/* This is a comment */
Additional Explanation
यह विकल्प सही समाधान नहीं है।