Q. Which function is used to remove whitespace from the start and end of a string?
β
Correct Answer: (A)
strip()
Explanation: `strip()` removes leading and trailing whitespace from a string.