Which Python method is used to convert 'neilit' into 'Neilit'?
'neilit' को 'Neilit' में convert करने के लिए कौन-सा Python method use किया जाता है?
A
upper()
B
lower()
C
capitalize()
D
title()
Explanation
Correct Answer: C) capitalize()