python

String beautification, or how to format thongs in Python

There were two methods of formatting thongs in python. This situation lasted until the emergence of Python 3.6, with the arrival of the f-strings. Today I will try to discuss all formatting methods, and give an example of their use.