# check whether t-strings (PEP-750) are supported a = 1 t = t"a={a}" print("tstring")