gpt4 book ai didi

python - 如何在 Python 中打印列表 "nicely"

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

在 PHP 中,我可以这样做:

echo '<pre>'
print_r($array);
echo '</pre>'

在 Python 中,我目前只是这样做:

print the_list

但是,这会导致大量数据。有没有办法将它很好地打印到可读的树中? (有缩进)?

最佳答案

from pprint import pprint
pprint(the_list)

关于python - 如何在 Python 中打印列表 "nicely",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1523660/

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