Home / Questions / Other Python में comment कैसे लिखते हैं? Other 0 Views Verified Python में comment कैसे लिखते हैं? #python #python programming #coding #developer Sarkari Result QA Bank Editorially reviewed exam information Share
Verified /* This is a comment */ /* 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 यह विकल्प सही समाधान नहीं है।