asked 225k views
1 vote
Which text function capitalizes the first letter in a string of text?

Question 10 options:

UPPER

CAPITAL

FIRST

PROPER

2 Answers

2 votes
The answer is supposed to be Upper
answered
User Shantanu Gupta
by
9.0k points
5 votes
For python string.capitalize() works


I would think CAPITAL
answered
User Ljcundiff
by
8.0k points