Computer Science

Fill in the blanks:

_________ function returns the exact copy of the string with the first letter in uppercase.

Python String Manipulation

1 Like

Answer

capitalize()

Answered By

3 Likes


Related Questions