_log(f”My variable is {x + y}”)
_log(“My variable is {}”.format(x+y))
_log(“My variable is {z}”.format(z=x+y))