Question #226

What is the purpose of the strip() method?

The strip() method returns a copy of the string with both leading and trailing characters stripped. (programiz.com/python-programming/methods/string/strip)


Comment on Disqus:

Question difficulty: 🔵🔵🔵🔵🔵


Similar questions: