#string-methods

[ follow ]
Python
fromRealpython
1 week ago

Strip Characters From a Python String Quiz - Real Python

Use strip, lstrip, and rstrip to remove whitespace or specified characters from string ends and choose the appropriate method for the desired trimming.
[ Load more ]