Python Morsels: T-strings: Python's Fifth String Formatting Technique? Python’s new t-strings may look like f-strings, but they work in a totally different way, allowing you to delay string interpolation. Read the full article: https://www.pythonmorsels.com/t-strings-in-python/ https://www.pythonmorsels.com/t-strings-in-python/