The function used to return the exact copy of the string with the first letter in uppercase in python
Answers
Answered by
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
0
Answer:
.capitalize()
Explanation:
HOPE IT HELPS :)
Similar questions