티스토리 뷰
Python에서 format 문자를 표현하는 방식에 대한 정돈이 있었던것 같다. 가장 간격하고 직관적인것 같다.
realpython.com/python-f-strings/
Python 3's f-Strings: An Improved String Formatting Syntax (Guide) – Real Python
As of Python 3.6, f-strings are a great new way to format strings. Not only are they more readable, more concise, and less prone to error than other ways of formatting, but they are also faster! By the end of this article, you will learn how and why to sta
realpython.com
www.python.org/dev/peps/pep-0498/
PEP 498 -- Literal String Interpolation
The official home of the Python Programming Language
www.python.org
댓글