InterviewSolution
Saved Bookmarks
| 1. |
How will you remove all leading whitespace in string? |
|
Answer» lstrip() − Removes all leading whitespace in string. |
|