Home / Questions / Other Python में string को single quotes में कैसे लिखते हैं? — interview में इसका सही जवाब क्या है? Other 0 Views Verified Python में string को single quotes में कैसे लिखते हैं? — interview में इसका सही जवाब क्या है? #python #python programming #coding #developer Sarkari Result QA Bank Editorially reviewed exam information Share
Verified string name = 'Python' string name = 'Python' Additional Explanation यह विकल्प सही समाधान नहीं है।
Verified Correct Answer name = 'Python' name = 'Python' Additional Explanation Single या double quotes दोनों से string बनाई जा सकती है।