gpt4 book ai didi

python - 替换 Python 2.7 中的打印语句

转载 作者:太空狗 更新时间:2023-10-30 02:29:05 24 4
gpt4 key购买 nike

<分区>

如何在Python 2.7中替换打印语句,例如:

for i in range(100):
print i,"% Completed"

#Result Must Be:
>>> 1 % Completed

1 必须用 2 替换,依此类推。但不能在不同的行或追加在同一行。

我尝试搜索它,找到了解决方案,例如

from __future__ import print_function
print("i: "+str(i),end="\r")

但是它们会产生附加的打印语句。我的 print_function 是否有任何更正或是否有不同的解决方案?

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