निम्नलिखित में से पायथन में हेरफेर कार्य कौन सी वैध स्ट्रिंग हैं?
Which of the following are valid string manipulation functions in Python ?
A
count()
B
upper()
C
strip()
D
All of the above
Explanation
Correct Answer: D) All of the above