gpt4 book ai didi

Python字符串格式化: reference one argument multiple times

转载 作者:IT老高 更新时间:2023-10-28 21:39:29 27 4
gpt4 key购买 nike

如果我有这样的字符串:

"{0} {1} {1}" % ("foo", "bar")

我想要:

"foo bar bar"

替换 token 必须是什么? (我知道我上面的例子是不正确的;我只是想表达我的目标。)

最佳答案

"{0} {1} {1}".format("foo", "bar")

关于Python字符串格式化: reference one argument multiple times,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4709310/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com