gpt4 book ai didi

终端 : how to signify end of for loop? 中的 Python

转载 作者:太空狗 更新时间:2023-10-30 01:44:19 26 4
gpt4 key购买 nike

假设我想打印 09

我输入 for i in range(10): print(i),按 enter,终端显示 ...,等待进一步的声明。

所以我必须再次按 enter 才能打印数字。

>>> for i in range(10): print(i)
...

如何在不按两次 enter 的情况下打印数字?

最佳答案

只需键入两个返回值并继续。但是既然你问了,这只需要一个 Enter:

exec("for i in range(10): print(i)")

关于终端 : how to signify end of for loop? 中的 Python,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42681688/

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