Q. What does the `strip()` method do?
β
Correct Answer: (C)
Removes leading and trailing spaces
Explanation: `strip()` removes both leading and trailing whitespace from a string.