Computer Science

Which of the following functions will return the string with every 'P' replaced with a 'z'?

  1. find()
  2. index()
  3. replace()
  4. split()

Python String Manipulation

3 Likes

Answer

replace()

Answered By

1 Like


Related Questions