gpt4 book ai didi

python - 如何在 Jupyter Notebook 的单个单元格中的多个 print() 命令的结果之间添加行距?

转载 作者:行者123 更新时间:2023-12-03 22:59:58 24 4
gpt4 key购买 nike

通常我放多个print(***)在单个 jupyter notebook 单元中。
很难说出结果,因为它们之间没有线距。
我可以放 print()每个之间 print(***)腾出空间,但我想知道是否有更好的方法。

最佳答案

如果你想强调行尾,你可以使用 end print 的参数功能:

endl = '\n' + 80*'*' + '\n'
print("Number:", number, end=endl)

关于python - 如何在 Jupyter Notebook 的单个单元格中的多个 print() 命令的结果之间添加行距?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66564725/

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