Multiple Choice
What is the return value of the string method lstrip() ?
A) The string with all whitespace removed
B) The string with all leading spaces removed
C) The string with all leading tabs removed
D) The string with all leading whitespaces removed
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: Invalid indexes do not cause slicing expressions
Q9: The third number in string slicing brackets
Q18: When accessing each character in a string,such
Q21: A(n)_ is a span of characters that
Q23: The _ operator can be used to
Q26: What is the first negative index in
Q27: What will be assigned to the string
Q29: An expression of the form string[i] =
Q32: What is the value of the variable
Q35: What will be assigned to s_string after