Slicing strings with pyton 30/05/202030/05/2020pythonprogramming Slicing strings with Python is very easy [...]
Template from string to substitute words in a string 27/10/201927/10/2019pythonprogramming Template in Python’s module string to substitute words in a string [...]
A great article about formatting strings in Python 14/05/201827/08/2018pythonprogramming All the way to format python strings Formatting strings is one of that things that can happen very often in your programs. This [...]