Report Bug
Qus : Which function returns the exact copy of the string with the first letter in uppercase.
Qusकौन सा फंक्शन अपरकेस में पहले अक्षर के साथ स्ट्रिंग की सटीक प्रतिलिपि देता है।

A. find()
B. copy()
C. upper()
D. capitalize()


Solution
D. capitalize()






Report Bug