Solved

What Is the Return Value of the String Method Lstrip()

Question 33

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions