Q. Which method can be used to remove whitespace from the beginning of a string?
β
Correct Answer: (B)
lstrip()
Explanation: `lstrip()` removes leading whitespace from a string.