Solved

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

Question 26

Multiple Choice

What is the return value of the string method lstrip() ?


A) the string with all whitespaces removed
B) the string with all leading whitespaces removed
C) the string with all leading tabs removed
D) the string with all leading spaces removed

Correct Answer:

verifed

Verified

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

Related Questions