name = "User" greeting = t"""

Hi, {name}!

This is a t-string with both HTML and Python interpolation.

"""