Computer Science, asked by samriddhi11april, 1 month ago

capitalize() returns a

A copy of string with all characters capitalized

B all characters change into numbers

C only first character capitalized

D none of the above​

Answers

Answered by lhona
0

Answer:

c) only first character capitalize

Explanation:

The capitalize() function returns a string with the first letter capitalized and all other characters lowercased. It doesn't modify the original string.

Similar questions