Python’s new template strings, or t-strings, give you a much more powerful way to format data than the old-fashioned f-strings. The familiar formatted string, or f-string, feature in Python provides a ...
I believe support for these escape sequences has been removed in python 3.12, but these warnings can be easily fixed by converting these strings into raw strings. If you are happy to make this change ...