python 模拟python <3.6的f-string

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 模拟python <3.6的f-string相关的知识,希望对你有一定的参考价值。

'Hello {name} you are {age} years old.'.format(**locals())

# instead of **locals(), you may use any other dictionary object

以上是关于python 模拟python <3.6的f-string的主要内容,如果未能解决你的问题,请参考以下文章

为啥在 Python 3.6 alpha 中文字格式的字符串(f 字符串)如此缓慢? (现在在 3.6 稳定版中修复)

如何使用 conda 升级到 Python 3.6?

Python

python 3.6 打开 mvs 数据集

install tushare in python 3.6

安装 pip 在 python < 3.6 中不起作用