使用逗點分開
使用+連結
使用"{}".format() >> "pi = {:.2f}".format(math.pi)
new使用f"{}" >> f"{math.pi:.2f}"
在內計算
Escape sequence