Comparison of the python, str .strip () .lstrip () .rstrip () method

Comparison of the python, str .strip () .lstrip () .rstrip () method

str.strip () is to remove trailing spaces (intermediate spaces reserved)
the lstrip () only need to remove the head space and The rstrip () only need to remove trailing spaces

Published 11 original articles · won praise 0 · Views 117

Guess you like

Origin blog.csdn.net/qq_34172780/article/details/104841798