oqueeh
.net
All topics
>
Python
Remove spaces at start of string in Python
" MASBicudo"
.
lstrip
()
Result is
"MASBicudo"
.