'''格式化字符串的三种方式'''

# https://blog.csdn.net/weixin_69282249/article/details/124940225

# %格式化法

# f格式化法

# format格式化法

当然还有exec eval等