Q. What does the `strip()` method do in Python strings?
β
Correct Answer: (B)
Removes whitespace from the beginning and end
Explanation: `strip()` removes leading and trailing whitespace.