Python Morsels: Python 3.14's new t-string syntax 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/