Computer Science
Which of the following functions will return the string with every 'P' replaced with a 'z'?
- find()
- index()
- replace()
- split()
Related Questions
Which of the following functions will return the first three characters of a string s?
Which of the following functions will return the string in all caps?
Which of the following functions will return a list containing all words of the string?
Which of the following functions will always return a tuple of 3 elements?