Home / Questions / Other String में substring check कैसे करते हैं? — interview में इसका सही जवाब क्या है? Other 0 Views Verified String में substring check कैसे करते हैं? — interview में इसका सही जवाब क्या है? #python #python programming #coding #developer Sarkari Result QA Bank Editorially reviewed exam information Share
Verified text.contains('py') text.contains('py') Additional Explanation यह विकल्प सही समाधान नहीं है।
Verified contains(text,'py') contains(text,'py') Additional Explanation यह विकल्प सही समाधान नहीं है।