Computer Science
Which of the following functions will return the string in all caps?
- upper()
- toupper()
- isupper()
- to-upper()
Python String Manipulation
7 Likes
Answer
upper()
Answered By
1 Like
Related Questions
Which of the following functions will return the last three characters of a string s?
Which of the following functions will return the first three characters of a string s?
Which of the following functions will return the string with every 'P' replaced with a 'z'?
Which of the following functions will return a list containing all words of the string?