1.

How will you remove all leading whitespace in string?

Answer»

lstrip() − Removes all leading whitespace in string.



Discussion

No Comment Found