Report Bug
Qus : Which of the following methods is used to check if a string starts with a specific prefix?
Qusनिम्नलिखित में से किस मेथड का यूज़ यह चेक करने के लिए किया जाता है कि कोई स्ट्रिंग किसी स्पेसिफ़िक प्रीफ़िक्स से स्टार्ट होती है या नहीं?

A. startswith()
B. startswith_prefix()
C. startswithwith()
D. startswiths()


Solution
A. startswith()






Report Bug