This string method returns a copy of the string with all leading whitespace characters removed.

This string method returns a copy of the string with all leading whitespace characters removed.
a. lstrip
b. rstrip
c. remove
d. strip_leading

A.