Computer Science, asked by cookingwithpooja780, 5 months ago

The function used to return the exact copy of the string with the first letter in uppercase in python

Answers

Answered by unicorn276
3

Explanation:

In Python, isupper() is a built-in method used for string handling. The isupper() methods returns “True” if all characters in the string are uppercase, Otherwise, It returns “False”.

Answered by suryaswarnkar2006
0

Answer:

.capitalize()

Explanation:

HOPE IT HELPS :)

Similar questions