gpt4 book ai didi

python - pretty-print 到文件?

转载 作者:IT老高 更新时间:2023-10-28 22:24:38 24 4
gpt4 key购买 nike

我正在使用 gist's树,现在我正在尝试弄清楚如何将 pretty-print 到文件中。有什么建议吗?

最佳答案

您需要的是 pretty-print pprint模块:

from pprint import pprint

# Build the tree somehow

with open('output.txt', 'wt') as out:
pprint(myTree, stream=out)

关于python - pretty-print 到文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17280534/

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