What does the rstrip() method do?
rstrip()
b) Removes whitespace from the right side of a string
a) Removes whitespace from the left side of a string
c) Removes all whitespace from a string
d) Removes specific characters from a string