Python Practice Test
Python Python String Manipulation and Formatting
Which method removes leading and trailing whitespace from a string?
Select your answer
A
strip()
B
trim()
C
clean()
D
lstrip()
Hint