News

This post explains how to concatenate a string in Python. As well as how to build strings, search for substrings and much more.
F-strings The Zen of Python states that there should be one obvious way to do things. String formatting in Python deviates greatly from this rule, because there is a slew of ways to do it.