Python 3.9 introduces removeprefix and removesuffix

Posted on Sun 11 October 2020 in Development • Tagged with python, development, python39, programming, version, language, strings, manipulation

A quick tutorial to removeprefix and removesuffix methods which have been introduced with Python 3.9.0


Continue reading